Term project completed by myself and Patrick Langis. It is still a work in progress.
We used a bootstrap template in order to create the webpage.
We used Flask and Python for the back-end and in order to connect to our database that was created in Postgresql.
Unfortunatly the server where we hosted the database has now been shut down by our school. Feel free to use your own Postgres database with the framework we have provided. You can use the SQL tables and data that is provided!
Make your way to the directory that contains the project.
You first have to enter the Virtual Environment
source venv/bin/activate
In order to set up the environment you need to do the following command once you are in the venv.
pip install -r requirements.txt
Next, run app.py
python app.py
You should now be good to go!
Enjoy
If you find any bugs please feel free to report them to me. You can log into your own Postgres Database and try running your own quieries with the tables and data I have provided.