Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 447 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 447 Bytes

Bookstore api with nodejs and fastify

bookstore

Differents endpoints of the api:

  • GET /api/books to display all books
  • POST /api/books to add new book
  • GET /api/books/book_id to display a book
  • PUT /api/books/book_id/update to update a book
  • DELETE /api/books/book_id/delete to delete a book

You can get access to OpenAPI documentation for this project from this end-point here : /documentation