Skip to content

I have developerd a Full Stack Chatting Website with a integration of Sentiment Analysis for messages and share images where i have used MongoDB Atlas Cluster to store User data and their Messages and used Cloudinary to store the Shared Images

Notifications You must be signed in to change notification settings

ABDULMUNAFZ/Full-Stack-Chatting-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRETAE A .env Folder in yout backend and add thse

MONGODB_URI=Your MongoDB Atlas Dtabase URL PORT=5001 JWT_SECRET= mySecretKey CLOUDINARY_CLOUD_NAME=... CLOUDINARY_API_KEY=... CLOUDINARY_API_SECRET=...

NODE_ENV=development

Then:

cd frontend npm create vite@latest . react > js npm install npm run dev

cd backend npm init-y npm i express mongoose dotenv jsonwebtoken bcryptjs cookie-parser cloudinary socket.io npm install cloudinary multer cls npm i nodemon -D npm run dev

About

I have developerd a Full Stack Chatting Website with a integration of Sentiment Analysis for messages and share images where i have used MongoDB Atlas Cluster to store User data and their Messages and used Cloudinary to store the Shared Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages