Skip to content

davidsasser/SoftwareEngineeringProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project - Group C

This is the final project for CSC 7135. It is a Node/Express project with a Postgres database.

Contributers

  • David Sasser
  • Samira Soleimani
  • Karameh Mohammadiporshokooh
  • Baozhong Wang

Getting Started

Prerequisites

You will need to install Node.js and PostgreSQL to run this project.

Installing

Once both are installed and the project is cloned you will need to:

  1. Create a database called Group_C.
  2. Update Line 6 to use your local PostgreSQL installation:
export PATH=[YOUR LOCAL PATH]:$PATH
  1. Import the database tables by running:
cd enviornment
importDatabase.sh
  1. Install node modules by running:
cd ..
npm install

Running the Project

To run the project make sure you are in the root directory of the project and run:

npm start

Authors

  • David Sasser
  • Samira Soleimani
  • Karameh Mohammadiporshokooh
  • Baozhong Wang

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors