/benjon

potentially a clojure backend for benson

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

benjon

Potentially a Clojure backend for benson. Mostly myself learning the language.

Setting up the database

  • Requires postgresql 9.4+
  • Create and populate your database stub, see src/sql/queries.sql

Running

You need Leiningen.

  1. Clone the repo
  2. lein run
  3. Do some API requests: curl http://localhost:3000/api/message

Building

lein uberjar
java -jar target/uberjar/benjon-0.1.0-SNAPSHOT-standalone.jar

License

MIT