Flask Api

Flask

Development

Prequisites

Setup

  • Install dependencies and activate virtualenv:

    pipenv install
    pipenv shell # activate python virtualenv
  • Install development tools

    • Run command:

      pipenv install --dev
  • Configure your env file

    cp env.example .env
    # then edit your .env file
  • Build & launch development server

    docker-compose build
    docker-compose up # localhost:8000