/compojure-address-book

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

Primary LanguageClojure

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