This is a sample FastAPI application.
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
uvicorn app.main:app --reload
-
Build the Docker image:
docker build -t my-fastapi-app .
-
Run the Docker container:
docker run -p 80:80 my-fastapi-app
This repository includes a GitHub Actions workflow to deploy the application to AWS EKS.