Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 290 Bytes

File metadata and controls

16 lines (11 loc) · 290 Bytes

Technical exercise

This skeleton application should be used as the basis for your technical exercise.

Prerequisites

  • Create virtual env
  • Install requirements

How to run the application

    export FLASK_ENV='development'
    export FLASK_APP='run.py'
    flask run