Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 539 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 539 Bytes

Local Development

Configure Environment

Requires

Add app directory as a module that can be found by the Python importer.

export PYTHONPATH=$PWD

Install application dependencies.

pipenv install

Start Coding

Requires

  • pwd is backend/

Start development environment.

pipenv shell

Start backend application with hot reload.

./scripts/start-reload.sh