The code is based on two main services based on DJANGO (app) and POSTGRESQL (relational db).
mkdir app
git clone REPO_URL app/
Duplicate .env.sample as .env.docker and setup local details
This will include services related to Django and PostgreSQL
docker-compose up
docker-compose exec django sh
python manage.py createsuperuser
Make commands are available for most of the commands used during development, check Makefile to understand what is there.