Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)