/listronica

A TODO list written in Clojure as part of the LispCast Web Development in Clojure course.

Primary LanguageClojureCreative Commons Zero v1.0 UniversalCC0-1.0

Listronica

This is the example app that we develop in the Web Development in Clojure course at PurelyFunctional.tv.

There are branches for each exercise in the course. The final server with all code from the course is on the master branch.

Usage

Database setup

Make sure you have PostgreSQL installed and running. You will need a database called "webdev".

See the PostgreSQL Install Guide for instructions for multiple operating systems.

Create the database.

$CMD createdb webdev

The Clojure server

Run the server:

$CMD lein run 8989

That will run the server on port 8989. You can change the port to whatever works on your system.

Visit these urls to see it in action:

And the big todo list app:

License

CC0

To the extent possible under law, the person who associated CC0 with this work has waived all copyright and related or neighboring rights to the code in this repository.

See the LICENSE file for more information.