Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.45 KB

setup.md

File metadata and controls

41 lines (24 loc) · 1.45 KB

How to run the application


Requirements

Note: To run the application it is enough that only the docker compose tool is installed on the system. There is no need to install dependencies manually, the whole project will be automatically assembled and run inside the docker container.

Build and run application

Note: The first time you start your stack, it might take a minute for it to be ready.

To check the logs, run:

docker compose logs backend

API endpoints

Once the docker container is successfully launched, you can make requests to the API endpoints of the application on the port 8000.

All endpoints are fully meet the requirements of the task.

Detailed examples of requests can be found in the ./examples/ directory.