An open API service indexing awesome lists of open source software.

https://github.com/bnadlerjr/guestbook

Sample guestbook app from Web Development with Clojure book.
https://github.com/bnadlerjr/guestbook

Last synced: 3 months ago
JSON representation

Sample guestbook app from Web Development with Clojure book.

Awesome Lists containing this project

README

        

# guestbook

Sample guestbook application from Web Development with Clojure book.

## Prerequisites

You will need [Leiningen][1] 1.7.0 or above installed.

[1]: https://github.com/technomancy/leiningen

## Running

To start a web server for the application, run:

lein ring server

## License

Copyright © 2014 Bob Nadler, Jr.