Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 422 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 422 Bytes

Monkey God

Demo Flask project (heroku link)

Keywords:

  • Flask
  • SQLAlchemy
  • PostgreSQL
  • Git + GitHub
  • WTForms
  • Heroku
  • Bootstrap
  • pytest

Running

Setup virtual environment:

$ virtualenv -p /usr/bin/python3 venv

Install pip requirements

$ pip install -r requirements.txt

Update config.py with your database settings and then:

$ ./run.py