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

An example project to demonstrate compojure-api v2 and clojure spec.

License

Notifications You must be signed in to change notification settings

k2n/compojure-api-with-spec

Repository files navigation

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.

About

An example project to demonstrate compojure-api v2 and clojure spec.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published