Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 210 Bytes

File metadata and controls

18 lines (14 loc) · 210 Bytes

flask-web-app-example

Requirements

  • pipenv

First Time Setup

pipenv --python 3.6
pipenv install

Run The App

# Activate virtual env
pipenv shell

FLASK_DEBUG=1 python manage.py