A Library System fully written in Clojure
- Leiningen
- Java 8
- Postgres 9.6
To build JAR run the following command
lein uberjar
To run all the test, run the following command
lein test
If you want to run test automaticlly on file change, use lein test-refresh
command. To use this command properly please install terminal-notifier.
Kitbit is used to analyze static code. To run the analyzer use the following command
lein kitbit
Copyright © 2018 LIBRARY SYSTEM
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.