elffaW / title-belt-app

0 stars 0 forks source link

Title Belt App

FastAPI service and website for NHL title belt app (see title-belt-nhl).

Where??

https://title-belt-app-65075575114.us-east1.run.app/

How??

https://docs.render.com/deploy-fastapi

poetry install --no-root
poetry run uvicorn main:app --host 0.0.0.0 --port $PORT --reload

Why??

So we can do a cool website that shows us the belt holder and stuff.

Deploy??

Render

GCP

Cloud Run

Deploys an app from a docker image, which we need to build (from Dockerfile) and push to a registry (we use GCP Artifact Registry).