Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 774 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 774 Bytes

booker-books

ABANDONED in favor of monolitic application Booker

Clojure service with Neo4j as database. Part of Booker responsible for books and authors.

Prerequisites

You will need Leiningen 2.0.0 or above installed.

You will also need Neo4j database running on localhost.

docker run --publish=7474:7474 --publish=7687:7687 neo4j:3.0

Remeber that you need to login and change password first.

Fixtures

You can find all test data in database/fixtures.neo. Test data is in polish(due to the fact that I own only polish books).

Running

To start a web server for the application, run:

lein ring server

License

Copyright © 2018 Karol Kozakowski