All Projects → weavejester → compojure-example

weavejester / compojure-example

Licence: other
An example Compojure project

Programming Languages

clojure
4091 projects

This is an example web application that uses Ring and Compojure. It demonstrates basic routing and embedded resources.

To play around with this example project, you will first need Leiningen installed.

Download the project dependencies with:

lein deps

Now you can start a development web server with:

lein ring server

Or you can compile the project into a war-file ready for deployment to a servlet container like Tomcat or Jetty:

lein ring uberwar
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].