Skip to content

loganathan-sekaran/NodeBookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Bookmarks API based on Nodejs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published