amcclosky / hello-run-fastapi

quick experiment with google cloud run and fastapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Cloud Run + fastapi

Quick and dirty experiment with GCR + fastapi demo

Definitely not production ready.

Example commands to run the test service

$ gcloud auth configure-docker
$ docker build -t gcr.io/almostproductive/hello-run .
$ docker push gcr.io/almostproductive/hello-run
$ gcloud run deploy --image gcr.io/almostproductive/hello-run --platform managed

About

quick experiment with google cloud run and fastapi


Languages

Language:Python 64.0%Language:Dockerfile 36.0%