-clone this repository
run npm install run npm start include .env file
.env
-DB_CONNECTION=<replace with url for mongodb>You can also deploy this app to Heroku:
Edit your Procfile and add the following line:
web: node app.jsConfigure your Heroku app to point to your MongoDB instance:
heroku config:add DB_CONNECTION=<replace with url for mongodb>