8000 GitHub - lispcast/listronica: A TODO list written in Clojure as part of the LispCast Web Development in Clojure course.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

lispcast/listronica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0