Fast API - Simple test APP Project Description This project is a simple example of how to run FastAPI in a Docker container Dependencies Docker docker-compose Getting Started First build the container docker-compose build Then run the container (use -d to detach the process) docker-compose up