To run this app
create .env file in root of the project with the below details
DB_USER=dbuser
DB_PASSWORD=dbpassword
DB_NAME=dbnameand then run the below command
docker compose --env-file .env up --build
it will start the fast api server then application will be available on http://localhost:8000\docs