"leiningen":https://github.com/technomancy/leiningen
September 11, 2012 ยท View on GitHub
h1. The Great Todo
h2. Sample Clojure Web Application
Here is what you will need to compile this application
"leiningen":https://github.com/technomancy/leiningen
"lein-cljsbuild":https://github.com/emezeske/lein-cljsbuild
"MongoDB":http://www.mongodb.org/
h2. Building and Running
Once these are installed you can build and run the application with the following steps
$>lein cljsbuild once
$>lein run
Navigate to "http://localhost:10012":http://localhost:10012
h2. Technologies Used
"Enfocus":http://ckirkendall.github.com/enfocus-site - Templating and dom manipulation
"Monger":https://github.com/michaelklishin/monger - Clojure to Mongo DB library
"Noir":http://webnoir.org/ - Simple Clojure web framework
"Fetch":https://github.com/ibdknox/fetch - Basic RMI between ClojureScript and Clojure
h1. Happy Hacking!