Skip to content

Commit ee6e563

Browse files
author
unknown
committed
add library functionality to app
1 parent 81ead51 commit ee6e563

11 files changed

+263
-43
lines changed

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: npm run start

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# booklibrary
2-
an express js app the manages books in a library
2+
An express js app the manages books in a library
3+
4+
## **API endpoints**
5+
`- GET /api/ilbrary - Get all books available`
6+
`- GET /api/ilbrary/<book_id> - Get book by Id`
7+
`- POST /api/ilbrary - Add new book to the library`
8+
`- DELETE /api/ilbrary - Remove a book from the library`

0 commit comments

Comments
 (0)