Dead-simple shorturl server. Read more on this article.
Database1 is here: urls.csv (edit)
An instance is running as a Cloud Run service.
A Cloud Build trigger is configured to re-build and re-deployed when pushing on main branch.
Footnotes
-
a simple csv file is used as "database". To add a record, just edit the file, and the server will re-deploy. ↩