Skip to content

Webpage regarding the grade statistics of UBC professors from past teaching sessions.

Notifications You must be signed in to change notification settings

christopherhui/ubc-profs-api

Repository files navigation

ubc-profs-api

An API containing data on the professors of the University of British Columbia, including classes taught and grades given by each professor.

Running the web app

Clone the repository and cd into its root folder.

Install the required Python packages:

# Use either pip or pip3, whichever coresponds to Python 3 on your machine
# You may also want to install packages to a Python virtualenv
pip3 install -r requirements.txt

Start the web app by executing the file prof_stats.py

# Use either python or python3, whichever coresponds to Python 3 on your machine
# Starts a development server. Do not use in production.
python3 api.py

About

Webpage regarding the grade statistics of UBC professors from past teaching sessions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published