Complete Social Media Web App with post , comments, Edit Profile, chatting feature
Frontend using React and Backend using mongodb
Table of Content
Authentication
Sign Up
Sign In
Follow Unfollow
View Post
view Comment
Edit Profile
Chat with Friends
See Online Friends
git clone https://github.com/Rishul2003/Connect-IT.git
The Project runs at Port 5173
For Frontend :
cd client
npm Install
npm run dev
For Backend:
cd server
npm Install
npm start
For Socket:
cd server
npm Install
npm start
Client: React, javascript, scss, material ui
Server: Node, Express, jwt , bcrypt, multer , cloudinary, socket.io
Database: MongoDB