This is backend of instagramClone project , in this project i have used Nodejs for backend and express framework for creating APIs, and MongoDB for Database
Clone the project
git clone https://github.com/mjontop/insta-app-backendGo to the project directory
cd insta-app-backendInstall dependencies
npm installStart the server
npm startClient: Next, React, MaterialUI
Here is the Link of Frontend Repo
Server: Node, Express, MongoDB
To run this project, you will need to add the following environment variables to your .env file
Database URL in config/db.js
jwt private Key for creating token in config/configEnv.js
Here is Link of Postman Documentation
{{url}} = https://api-insta-app.herokuapp.com/api
- Manikant Jha @mjontop