BookNation API is a RESTful API that allows users to browse and search for books, view book details such as titles, descriptions, release dates, and user reviews, and more. Built using the MVC architecture, BookNation API provides a flexible and scalable solution for managing and organizing book data.
BookNation API is built using the following technologies:
- Node.js
- Express.js
- MongoDB
- Mongoose
BookNation API provides the following endpoints:
POST /api/books/
: Adds a new book to the database.GET /api/books/
: Returns a list of all books in the database.GET /api/books/:id
: Returns the details of a specific book based on its ID.PUT /api/books/:id
: Updates the details of a specific book based on its ID.DELETE /api/books/:id
: Delete a specific book based on its ID.
- Mahmoud Kamal Aldeen Mahmoud
- Mohamed Khaled Mohamed
- Nouran Alaa
- Hala Alaa