Skip to content

joaomarcuslf/clojure-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure-rest-api

Clojure REST Api based on (this post)[https://blog.interlinked.org/programming/clojure_rest.html]

Routes:

GET /api/v1/todos

POST /api/v1/todos

GET /api/v1/todos/:id

PUT /api/v1/todos/:id

DELETE /api/v1/todos/:id

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Running

To start a web server for the application, run:

lein ring server

License

Copyright © 2017 MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •