Rust Quest API
initializes a postgres database with the schema and data from the sql script the sql script is /database/init.sql
docker-compose up -d
you probably want to do this to reinitialize the database with the sql script
docker compose down -v