Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 377 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 377 Bytes

booklibrary

An express js app the manages books in a library

API LINK

Express Js Book Library

API endpoints

- GET /api/ilbrary - Get all books available - GET /api/ilbrary/<book_id> - Get book by Id - POST /api/ilbrary - Add new book to the library - DELETE /api/ilbrary - Remove a book from the library