A web app for managing online help hours for CS courses at UT Austin.
The app is being hosted at: https://www.utcshelphours.com.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./copy_dev_files.sh
(This will use the development/empty.db
database file (which is empty). If you want to have
a testing instructor account, use the testing/testing.db
database instead.)
flask run