ddayguerrero / infamous-course-scheduler

πŸ—“ SOEN341 - Software Processes Course Project - Pick a class. Pick a semester. Boom.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOEN 341

Welcome to the SOEN 341 project repository. If you are a team member, then please visit and read our wiki!

To run the app:

  1. cd into the root directory (top most directory) of the repo
  2. execute "virtualenv --no-site-packages --distribute .env && source .env/bin/activate && pip install -r requirements.txt"
    You should now have a hidden ".env" folder inside your local repo with all the required packages installed (pip,flask..)
  3. execute "python run.py"

About

πŸ—“ SOEN341 - Software Processes Course Project - Pick a class. Pick a semester. Boom.


Languages

Language:Python 45.9%Language:JavaScript 31.2%Language:HTML 15.4%Language:CSS 7.3%Language:Shell 0.1%