Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 461 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 461 Bytes

info3180-project2

Group Members

  • Jantae Leckie
  • Matthew Palmer
  • Danielle Mullings
  • Naomi Benjamin

Heroku App

https://fierce-taiga-11723.herokuapp.com/


Setup of Flask Environment

Remember to run these commands before starting development

$ python -m venv venv (you may need to use python3 instead)
$ source venv/bin/activate (or .\venv\Scripts\activate on Windows)
$ pip install -r requirements.txt
$ python run.py