3. Deployment and Usage

just use docker-compose :)

To deploy the project we include a docker file that can be used to ease the deployment. You can start the application by navigating to the projects folder (ubuntu cd ... ) and start the docker container via sudo docker-compose up --build .

when the container is build and running, you can go to the fast-API documentation of the provided endpoints via:

Last updated