Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tasbeehismail/library-manager
An application to manage a collection of books and authors with CRUD operations, pagination, search functionality, and relationships between authors and their books
https://github.com/tasbeehismail/library-manager
apis crud express mongodb mongoose nodejs pagination postman search
Last synced: 11 days ago
JSON representation
An application to manage a collection of books and authors with CRUD operations, pagination, search functionality, and relationships between authors and their books
- Host: GitHub
- URL: https://github.com/tasbeehismail/library-manager
- Owner: tasbeehismail
- Created: 2024-06-27T19:48:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T19:40:31.000Z (7 months ago)
- Last Synced: 2024-06-29T00:53:44.877Z (6 months ago)
- Topics: apis, crud, express, mongodb, mongoose, nodejs, pagination, postman, search
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Manager
Library Manager is a Node.js application using Express.js and MongoDB (via Mongoose) to manage a collection of books and authors.
## Features
- **Books**:
- Create, retrieve, update, and delete books.
- Paginate and search books by title or author.- **Authors**:
- Create, retrieve, update, and delete authors.
- Paginate and search authors by name or bio.- **Additional Features**:
- Relationships: Retrieve authors with their associated books.## API Documentation
Explore the API endpoints and usage examples in Postman:
[Library Manager API Documentation](https://documenter.getpostman.com/view/34627138/2sA3dsnuKj)## Video Demo
Watch a demonstration of [Library Manager API Testing with Postman](https://youtu.be/mgICE_Hh-sU)