Clone the repo and then use the following command to start the app

1. docker-compose build
2. docker-compose up

Migrations

When you want to migrate db changes

1. docker-compose run web python manage.py makemigrations
2. docker-compose run web python manage.py migrate

Collect static

docker-compose exec web python manage.py collectstatic