docker compose up
curl -X POST -H "Content-Type: application/json" -d '{"title": "Dune", "author": "Frank Herbert"}' http://localhost:8000/api/books/
curl http://localhost:8000/api/books/
docker exec -it fastapi_app bash
pytest # in the container shell