cd app
docker-compose up -d --build
docker-compose exec events python manage.py loaddata events.json
docker-compose exec events
docker-compose exec events pytest -p no:warnings --cov=. --cov-report html
docker-compose exec events black --exclude=migrations .
docker-compose exec events isort .
docker-compose exec events flake8 .
To test the app go to http://localhost:8009/
You can login with this credentials for the test user
username: test@email.com
password: Password123$
You can see the api documentaction on http://localhost:8009/swagger-docs/