It is a social media platform where you can post messages with images, comment on posts, make your account, and like to post. You can perform CRUD operations on post and JWT authentication is present in the project so it can be used without compromising privacy.
- Reach the project directory
- Simply enter commands npm install and npm start.
- Go to MongoDB atlas and create a cluster.
- Reach to server project directory Create a .env file.
- Add MONGO_URI in the .env file.
- Enter npm install and npm start. That's it and now just visit http://localhost:3000.