Skip to content

michaelklishin/noir-1.3-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Noir 1.3 web app

This is an example Noir 1.3 project with a bunch of common dependencies (database clients, templating libraries) added.

Usage

With Leiningen 2 installed, run

lein2 test

It will download all dependencies to the local Maven repository and run a single test there is. To run the app,

lein2 run

and visit http://localhost:8080 in the browser to see HTML responses. For a sample JSON API response, run

curl -H "Accept: application/json" http://localhost:8080/api/ping

License

Copyright (C) 2012 Michael S. Klishin

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

About

Just an example of a Noir project with a bunch of database clients, templating libraries and Leiningen plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published