/fastapi-fullstack-cloud-deploy

Deploying FastAPI fullstack example into cloud

Primary LanguagePythonMIT LicenseMIT

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