A simple example showing how to create and deploy a Clojure web app to Google CloudRun.
You will need Leiningen 2.0.0 or above installed.
To start a web server for the application, run:
make run
To deploy to Google CloudRun
make deploy
A simple example for creating a Clojure web app on Google CloudRun
Repository from Github https://github.comilikedata/hello-cloudrun-clj
A simple example showing how to create and deploy a Clojure web app to Google CloudRun.
You will need Leiningen 2.0.0 or above installed.
To start a web server for the application, run:
make run
To deploy to Google CloudRun
make deploy
A simple example for creating a Clojure web app on Google CloudRun