Standard API Platform application.
- Docker with Docker Compose
- Run
docker compose up --build -dto build and start the containers. - Later, you can just do
docker compose startordocker compose stopto start/stop the project.
The API source code is in the api/ directory. Refer to its README for the docs.