Clojure based tiny-url generator, using enlive templates.
Install clojure and java, clone the repo and run in the repl.
$ lein repl
$ => (def server (jetty/run-jetty #'app {:port 8081 :join? false}))
$ => (require 'my-proj.app :reload-all) ;reloads the project