git clone git@github.com:samonaisi/apptemplate-backend.git
cd apptemplatecp .env.example .envdocker compose upGet a shell access to the backend container
make bashSetup the backend
python manage.py migrate
python manage.py collectstatic
python manage.py compilemessages