Skip to content

Group12-TripleFour/Project1

Repository files navigation

image

Project description and purpose

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.

Required package

Install and Build

1. Install from github

git clone https://github.com/Group12-TripleFour/Project1.git

2. Create a Python virtual environment and activate it

python -m venv ./venv
source ./venv/bin/activate

3. Run Flask app in development mode

On Windows OS, first set the following environment variables

set FLASK_APP=index.py
set FLASK_ENV=development

On MacOS, set the environment variables using

export FLASK_APP=index.py
export FLASK_ENV=development

Then run the application

flask run

4. Visit "localhost:5000" on your favourite web browser.

Project Documentation

All files are available on OneDrive folder: https://utoronto-my.sharepoint.com/:f:/g/personal/zetong_zhao_mail_utoronto_ca/Eu2ed0mwaixLhiwrVgvLiuIB17Gk6DmVxUcuY-xIHiekLA?e=wqY8ZF

Project Issue Tracking

Tacking issues including TODO tasks and bugs https://github.com/Group12-TripleFour/Project1/issues

Reference

https://github.com/ECE444-2022Fall/Assignment_1_starter_template

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors