/c2

Demo about compojure-api2 stuff

Primary LanguageClojure

Compojure-api 2.0.0 demo

Usage

Run the application locally

lein ring server

Packaging and running as standalone jar

lein do clean, ring uberjar
java -jar target/server.jar

Packaging as war

lein ring uberwar

License

Copyright © 2017-2018 Metosin Oy

Distributed under the Eclipse Public License, the same as Clojure.