knusul / compojure-address-book

The example application built in the blog series found at http://www.jarrodctaylor.com/posts/Compojure-Address-Book-Part-1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

address-book

Dependencies Status

This repo is an example address book application written in Clojure using ring/compojure. This code accompanies the blog series Compojure-Address-Book

Finished application

address-book

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Setting up Postgres

To configure your postgres database for local usage and tests, run:

psql -U <your_postgres_user> -f provision_example_database.sql

Running the application locally

To start a web server for the application, run:

lein ring server

Running the tests

lein with-profile test midje

About

The example application built in the blog series found at http://www.jarrodctaylor.com/posts/Compojure-Address-Book-Part-1/


Languages

Language:Clojure 73.6%Language:CSS 26.4%