- elasticsearch configuration
pwd
isbackend/
- pipenv
Add app
directory as a module that can be found by the Python importer.
export PYTHONPATH=$PWD
Install application dependencies.
pipenv install
pwd
isbackend/
Start development environment.
pipenv shell
Start backend application with hot reload.
./scripts/start-reload.sh