Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 510 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 510 Bytes

NodeBookmarks

Bookmarks API based on Nodejs.

##Bookmark Application

This is simple Bookmarking application where you create, retrieve, update, delete bookmarks.

There are five RESTful APIs provided

1. POST /bookmark				-	Create new bookmark
2. GET /bookmarks				-	Get all bookmarks
3. GET /bookmarks/:id			-	Get particular bookmark
4. PUT /bookmarks/:id			-	Update particular bookmark
5. DELETE /bookmarks:id			-	Delete particular bookmark

Use postman chrome app or curl for testing.