Development requires a local installation of Docker and Docker Compose.
Build application containers:
docker-compose build
Run the app:
docker-compose up
The app will be available at http://localhost:8000. The database will be exposed on port 32001.
Run tests with Docker Compose:
docker-compose -f docker-compose.yml -f tests/docker-compose.yml run --rm app