cp .env.example .env
docker-compose -f docker-compose.dev.yaml up --build
Django API is available at localhost:8000
pgAdmin interface is served at localhost:5050 with username [email protected] and password admin.
python -m virtualenv venv
source ./venv/bin/activate
pip install -r requirements.txt
pip install pre-commit pylint && pre-commit install