An open API service indexing awesome lists of open source software.

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

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