F.A.B. (Find Any Book) library is an API developed for users to download any book of their choice just within few clicks. It is a safe and secure platform for book lovers, students, teachers, professionals and any other person who wants to download a book.
This repository contains code of the API developed using Postman suring the Postman API Fest 2022.
The APIs are deployed here
Presentation of F.A.B Library: here
- /api/books -- Fetch All Books from the Database [GET]
- /api/bookbysearch -- Fetch all the books with keyword for Book Name,Author or Genre of Book [GET]
- /api/admin/book/:userId -- Post the book info in database in body of req [POST]
- /api/admin/update -- Update the Book Info [POST]
- /api/admin/delete -- Delete the book from database [DELETE]
- /login -- For Login the user [POST]
- /signup -- For User Sign Up [POST]
About Folder -- BookShelf/server.js and Bookshelf/controller/auth.js contains all APIs BookShelf/models contains all the Database Schemas (User and Books)