Sample FastAPI

Run command

python main.py

Docker build

docker build -t sample-fastapi:latest .
docker run -d -p 8080:8080 sample-fastapi