Skip to content

tonyyan11223/class_project

 
 

Repository files navigation

Bulldog Buckets

This is the Fall 2019 CISC 3140 Class Project at Brooklyn College, Bulldog Buckets.

Requirements

  • Python
  • pip install flask (Flask)
  • pip install -r requirements.txt (Will install all dependencies)
  • Further requirements are listed in ./app/README.md

Run

python app.py (in the app directory)

If that doesn't work:

  • export FLASK_APP=app.py (on windows it's "set" instead of "export")
  • flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.0%
  • CSS 18.0%
  • Python 14.0%
  • TSQL 6.6%
  • JavaScript 5.4%