Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Latest commit

 

History

History
47 lines (33 loc) · 888 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 888 Bytes

compojure-api-with-spec

Pre-requisites

Usage

lein ring server

Deploy

lein uberjar
java -jar target/server.jar

Test

Run all tests

lein test

test-refresh lein plugin is handy if you want to make changes as it re-executes tests affected by the updated code.

lein test-refresh

See how it works from command line with HTTPie.

./http_tests

Presentation

GitPitch

Discussion

Gitter chat

Copyright © 2017 Signifier, Inc.

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.