Skip to content

A scheduling app for Georgia Tech with some advanced tools

License

Notifications You must be signed in to change notification settings

willzma/BuzzPlan

Repository files navigation

CS6235 Project: BuzzPlan

Contributors: William Ma, Huajun Guo, Jiun-Yu Lee

How to run the demo:

  1. Go to the BuzzPlan folder and open the terminal here
  2. pip install -r requirements.txt (if you miss any package here, install it)
  3. python(3) app.py
  4. open URL http://127.0.0.1:5000/
  5. Either sign up or sign in with the provided login:

username: lee1258561 password: aaaa

NOTE: HTTPS/Password Encryption is not yet setup, as we did not purchase a domain. As such, don't use a password you use elsewhere.

From the sign in/sign up page, you will be redirected to the workspace; From here you can use either the Course or Graph tabs to construct a schedule or get information.

You can get a snapshot view of our Firebase database by looking at db.json

The GitHub repository, for a more detailed view of commits/contributions, is available at https://github.com/willzma/BuzzPlan