Clojure REST Api based on (this post)[https://blog.interlinked.org/programming/clojure_rest.html]
GET /api/v1/todos
POST /api/v1/todos
GET /api/v1/todos/:id
PUT /api/v1/todos/:id
DELETE /api/v1/todos/:id
You will need Leiningen 2.0.0 or above installed.
To start a web server for the application, run:
lein ring server
Copyright © 2017 MIT