Skip to content

schwienbier/python-fast-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My FastAPI App

This is a sample FastAPI application.

Running the app locally

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run the application:

    uvicorn app.main:app --reload

Building and running with Docker

  1. Build the Docker image:

    docker build -t my-fastapi-app .
  2. Run the Docker container:

    docker run -p 80:80 my-fastapi-app

Deployment

This repository includes a GitHub Actions workflow to deploy the application to AWS EKS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published