Library Management REST API
Library Management System
REST API for library management system built with Express and MongoDB.
Check the github repository here: Library Management REST API
Organization
The main entities/resources served by the API are
- Books
- Authors
- Book Instances
- Genres
Each resource structured in 4 modules
- Router
- Model
- Controller
- View
Accessing the API
Book routes

Author routes

Genre routes

Book Instance routes

Built with
License
Distributed under the MIT License. See LICENSE.md for more information.