We created the frontend for the course CSCB63 - Design and Analysis of Data for an assignment in the course CSCB20.
- Unzip Assignment3.zip folder
- Open in desired text editor (tested with VSCode)
- Make sure python is installed (and that pip is installed by default)
- Install flask using pip by:
python -m pip install flask
- Run using:
python -m flask run