This is a social media website built on MERN stack technology. In which creating Rest Api using nodejs and integrating with UI using React.
- User authentication system,
- Authentication using jwt secret token.
- Recovery forget password using email OTP.
- Users can create,update,delete posts.
- Users can like, unlike, comment on the post.
- Users can follow other users.
- Notification user when his post gets likes or comments.
- Real Time chatting system with users using socket IO.
- Html,
- css,
- javascript,
- react,
- redux,
- materialUI.
: NodeJs, Express(Framework),
: Mongodb atlas,
: AWS s3 to store images.
- first go to server folder and
- then type "npm i"
- after that to start server type "node app or nodemon app"
- To start client react
- go to client folder
- npm i
- npm start