ckirkendall / The-Great-Todo

Sample service-driven web application using Clojure, ClojureScript, Monger, Enfocus, Noir, and Fetch. Created for CinJug April 2012 Presentation.
20 stars 2 forks source link

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!