This site is live at https://blog-website-auth.herokuapp.com/
To run locally you will need to install the node packages in package.json. In the terminal run:
npm install
touch .env
In the .env file you will need MONGO_ATLAS_PATH=localhostORmongoAPIkey and SESSION_SECRET=somesecretpassword. Then to run on localhost:3000:
node app.js