Run the following command to install dependencies, create a virtual environment, and start the application:
poetry install
poetry shell
make runRun the following command to run the application inside a docker container:
make run.docker- Open your browser and navigate to
http://localhost:8000/to view the API documentation.