To build the images and start the containers needed to run the project:
make
To stop the application:
make stop
For more informations:
make help
Once the project is running, you can find the API documentation at the following endpoint:
/api
The project requires a .env file at the root of the project to run properly.
This file should be kept secret and not shared publicly.
The format of the required .env: example.env