SamLab17 / HelpHours

Web app for managing online help hours
GNU General Public License v3.0
2 stars 1 forks source link

HelpHours

GPLv3 license SamLab17

repo banner

A web app for managing online help hours for CS courses at UT Austin.

The app is being hosted at: https://www.utcshelphours.com.

Running the Application Locally

  1. Clone the repo
  2. python3 -m venv venv
  3. source venv/bin/activate
  4. pip install -r requirements.txt
  5. ./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.)

  6. flask run