/py-starter

Starter kit for my python web project

Primary LanguagePython

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