compojure-address-book
compojure-address-book copied to clipboard
The example application built in the blog series found at http://www.jarrodctaylor.com/posts/Compojure-Address-Book-Part-1/
address-book
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

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