Skip to content

The UMW Earth and Environmental Science Alumni Database Website is designed to provide a simple and fast way for UMW Earth and Environmental Science Department to store and use EESC alumni information. This system benefits both the EESCD and EESC alumni by providing the department with a powerful tool for managing alumni information while automa…

Notifications You must be signed in to change notification settings

pratimakandel/EESCAlumniDatabaseCPSC_430

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Heroku CLI
  • Node.js
  • NPM

Setup

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

Running Local Server

To run the app use npm run start or nodemon app.js

After Changes

git add .

git commit -m

git push origin master

git push heroku master

MongoDB Dashboard

https://account.mongodb.com/account/login?signedOut=true

Heroku Dashboard

https://id.heroku.com/login

Keep Fork Updated

git remote add upstream https://github.com/pratimakandel/EESCAlumniDatabaseCPSC_430.git

git fetch upstream

git pull upstream master

git push origin master

About

The UMW Earth and Environmental Science Alumni Database Website is designed to provide a simple and fast way for UMW Earth and Environmental Science Department to store and use EESC alumni information. This system benefits both the EESCD and EESC alumni by providing the department with a powerful tool for managing alumni information while automa…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •