You should have git
and docker
previously installed
git clone https://github.com/1d20/EmailNotificationWebService.git
cd EmailNotificationWebService/
docker-compose up --build
docker-compose exec web python manage.py createsuperuser
docker-compose exec web python manage.py makemigrations