elsampsa / fastapi-fullstack-cloud-deploy

Deploying FastAPI fullstack example into cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI Fullstack Example Cloud Deployment

What's in here?

full-stack-fastapi-template/        # tiangolo's original fastapi fullstack example
az-example-deployment/              # azure deployment of the fastapi fullstack example
kube-example-deployment/            # deploying fastapi fullstack example into kubernets cluster
                                    # but in your local machine (with kind) 
azdeploy.py                         # a helper/automatization script used by az-example-deployment/
env2kube.py                         # helper script for injecting kubernets secrets from an env file
                                    # used by the example in kube-example-deployment/

Author(s)

Sampsa Riikonen

Copyright

(c) Sampsa Riikonen 2024

About

Deploying FastAPI fullstack example into cloud

License:MIT License


Languages

Language:Python 86.8%Language:Shell 13.2%