graemerocher / mn-atp-mongo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mn-atp-mongo

Testing

Create Book

$ curl -X POST \
  -H "Content-Type: application/json" \
  -d '{"title": "The Stand", "pages": 454}' \
  localhost:8080/book

Update Book

Get Books

Get Book by Id

Delete Book

About

License:MIT License


Languages

Language:Java 65.5%Language:Groovy 34.5%