The objective of this system is to create a course selection system that enables productivity for all users. This will be achieved by ensuring that the system is easier to use for users of the system. The primary benefit of the system is to provide comprehensive and accurate information for users.
- Git
- Python (python-3.10.6)
- PythonFlask
To install nodejs, go to nodejs download. Add
npmtoPATHas global variable.
git clone https://github.com/Group12-TripleFour/Project1.git
python -m venv ./venv
source ./venv/bin/activateOn Windows OS, first set the following environment variables
set FLASK_APP=index.py
set FLASK_ENV=developmentOn MacOS, set the environment variables using
export FLASK_APP=index.py
export FLASK_ENV=developmentThen run the application
flask runAll files are available on OneDrive folder: https://utoronto-my.sharepoint.com/:f:/g/personal/zetong_zhao_mail_utoronto_ca/Eu2ed0mwaixLhiwrVgvLiuIB17Gk6DmVxUcuY-xIHiekLA?e=wqY8ZF
Tacking issues including TODO tasks and bugs https://github.com/Group12-TripleFour/Project1/issues
https://github.com/ECE444-2022Fall/Assignment_1_starter_template
