- Heroku CLI
- Node.js
- NPM
Fork repo
clone the forked repo
git clone https://github.com/<username>/EESCAlumniDatabaseCPSC_430.git
cd EESCAlumniDatabaseCPSC_430
Please go to our Drive to get the username and password for the command below
echo "ATLAS_URI=mongodb+srv://<username>:<password>@cluster0.na9dw.mongodb.net/alumnidb?retryWrites=true&w=majority" > .env
npm install
heroku login
heroku git:remote -a umw-earth-science
To run the app use
npm run start
or nodemon app.js
git add .
git commit -m
git push origin master
git push heroku master
https://account.mongodb.com/account/login?signedOut=true
git remote add upstream https://github.com/pratimakandel/EESCAlumniDatabaseCPSC_430.git
git fetch upstream
git pull upstream master
git push origin master