whosbug-web Prerequisites Docker Initialize the project Start the dev server for local development: docker-compose up -d Create a superuser to login to the admin: docker-compose run --rm web python ./manage.py createsuperuser API doc visit 127.0.0.1:8081/swagger/