Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 253 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 253 Bytes

Clojure Ring example

Minimal JSON REST API example with Clojure, Ring and Compojure

Running

$ lein deps
$ lein ring server-headless

Deploying

$ lein ring uberjar
$ lein -jar target/uberjar/compojure-example-0.1.0-SNAPSHOT-standalone.jar