Fast API - Simple test APPProject DescriptionThis project is a simple example of how to run FastAPI in a Docker containerDependenciesDockerdocker-composeGetting StartedFirst build the container docker-compose build Then run the container (use -d to detach the process) docker-compose up