This is the final project for CSC 7135. It is a Node/Express project with a Postgres database.
- David Sasser
- Samira Soleimani
- Karameh Mohammadiporshokooh
- Baozhong Wang
You will need to install Node.js and PostgreSQL to run this project.
- Node.js
- PostgreSQL
- Create the root postgres user with the password postgres
Once both are installed and the project is cloned you will need to:
- Create a database called Group_C.
- Update Line 6 to use your local PostgreSQL installation:
export PATH=[YOUR LOCAL PATH]:$PATH
- Import the database tables by running:
cd enviornment
importDatabase.sh
- Install node modules by running:
cd ..
npm install
To run the project make sure you are in the root directory of the project and run:
npm start
- David Sasser
- Samira Soleimani
- Karameh Mohammadiporshokooh
- Baozhong Wang