- Prerequests
- After Cloning This Repo
npm install
Create account on Mongo Atlas DB
- get connection string
- create .env file
CONNECTION_STRING = mongodb+srv://<User>:<Password>@cluster0/<DatabaseName>
Create account on Heroku Cloud App Platform and Follow the steps of deployment
npm start