Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 423 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 423 Bytes

rest-microservice

A simple CRUD REST service example using clojure

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Running

To start a web server for the application, run:

lein ring server

Tests

To run tests:

lein test

Sample Requests

IntelliJ HTTP requests can be found at:

/test/requests/user.http