Deploy the app locally with;
docker compose up -d --buildThis command will spawn two containers:
- FastAPI app that listenes on port 8000
- Postgresql database that listenes on port 5432 The default ports can be changed within the .env file
In order to execute a simple test suite while the stack is already up use command:
docker compose exec orbify_task_api bash run-tests.sh