https://github.com/ilikedata/hello-cloudrun-clj
A simple example for creating a Clojure web app on Google CloudRun
https://github.com/ilikedata/hello-cloudrun-clj
clojure gcp gcp-cloud-run hello-world
Last synced: 7 months ago
JSON representation
A simple example for creating a Clojure web app on Google CloudRun
- Host: GitHub
- URL: https://github.com/ilikedata/hello-cloudrun-clj
- Owner: ilikedata
- Created: 2020-04-19T13:35:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T13:48:54.000Z (almost 6 years ago)
- Last Synced: 2025-05-19T06:06:48.137Z (9 months ago)
- Topics: clojure, gcp, gcp-cloud-run, hello-world
- Language: Clojure
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clojure on Google CloudRun
A simple example showing how to create and deploy a Clojure web app to Google CloudRun.
## Demo
[Demo running on GCP Cloud Run](https://hello-cloudrun-clj-chautiky2q-uc.a.run.app/)
## Prerequisites
You will need [Leiningen][] 2.0.0 or above installed.
[leiningen]: https://github.com/technomancy/leiningen
## Running
To start a web server for the application, run:
make run
## Deploying
To deploy to Google CloudRun
make deploy