Clone the repo and then use the following command to start the app
1. docker-compose build
2. docker-compose up
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