Skip to content

ortic/bookmonkey-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookmonkey-api

To install, run npm install in this directory.

To start the server, run npm start.

GET		/books			// Get all books
GET		/books/:isbn	// Get a specific book by ISBN
POST	/books			// Create a new book
PUT		/books/:isbn	// Update a book by ISBN
DELETE	/books/:isbn	// Delete a book by ISBN

About

A node project with the bookmonkey example api

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 86.0%
  • JavaScript 14.0%