Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 331 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 331 Bytes

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