nestedsoftware / flask_app_starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic skeleton of a flask microservices app with blueprint and pytest unit testing

Requires python 3.6, pip, and pipenv.

  • install: $ pipenv install
  • install with dev dependencies (unit testing): $ pipenv install --dev
  • start python virtual environment: $ pipenv shell
  • run: $ FLASK_ENV=development flask run
  • run tests: $ pytest -v

About


Languages

Language:Python 100.0%