To launch the stack, run this command:
docker compose up -d
docker compose exec app pipenv run ./manage.py migrate
To test the application, there are 2 options:
- If the containers are already running locally, run this command:
docker compose exec app pipenv run pytest
- If no containers are running locally, run this command:
docker compose run --rm app pipenv run pytest
- Launch the application
docker compose up -d
docker compose exec app pipenv run ./manage.py migrate
- Import the Postman Collection using these instructions