Please make sure you installed Docker and Docker Compose on your machine.
- Copy the attached .env file to project
calculator/calculator.
- Open up terminal and navigate to project dir.
- Run command -
docker-compose build&docker-compose up - Once db is ready to accept connections, open up another tab(You will be at the same dir.) and run
docker-compose exec app bash.
- Run
python manage.py collecstatic. (Optional: You can also runpython manage.py migrate&python manage.py createsuperuser.)
- Open up your browser and go to
http://localhost. - Enjoy it.