Skip to content

Draylend/cs166-project

Repository files navigation

cs166-project

CS166 Final Project

How to Run

Install Dependencies

pip install Flask

If the above doesn't work, try:

python3 -m pip install Flask

Start Database

source startPostgreSQL.sh

Create Database

source createPostgreDB.sh

Load Database

This will create tables, indices, and load data into the database.

source loadDB.sh

Running Web Interface (GUI)

python3 app.py

Stop Database (when done)

source stopPostgreDB.sh

About

CS166 Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors