Nexilis / questionnaire-api

(this will be) A Clojure API designed to serve as a back-end for a questionnaire.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blu-lama.api

A Clojure API designed to serve as a back-end for a questionnaire.

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Usage

Run the application locally

lein ring server

Run the tests

lein midje

Packaging and running as standalone jar

lein do clean, ring uberjar
java -jar target/server.jar

Packaging as war

lein ring uberwar

License

Copyright © 2018 Bartek Łukasik

About

(this will be) A Clojure API designed to serve as a back-end for a questionnaire.

License:MIT License


Languages

Language:Clojure 100.0%