Skip to content

metosin/compojure-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5503ad1 · Feb 5, 2022

History

79 Commits
Oct 24, 2016
Jan 25, 2014
Feb 25, 2015
Feb 4, 2022

Repository files navigation

Compojure-api-examples

Example project for using Compojure-api.

Usage

Running

lein ring server

Packaging and running as standalone jar

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

Packaging as war

lein ring uberwar

License

Copyright © 2014-2015 Metosin Oy

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