https://museumcosc.cofecat.com/
Python, HTML, CSS, PostgreSQL
This is where we store our SQL files to set up and bring down our queries easily in order to modify them on the go.
create.sql
-> sets up the schema
drop.sql
-> tears down the schema
input.sql
-> inputs test data
This is where the majority of our Python files go. They are query and report functions to be used in the app.py
(which is located outside of the subfolders).
Contains a subfolder (img
) of images that were used on the website to make it look more presentable. Also contains a main css file that is used throughout the website.
This is where all the html files go to render the website.
A file that stores information about the libraries or modules used.