This project is a Node.js and Express.js backend for managing a library system, which includes functionality for handling books and authors. The API allows users to perform CRUD operations on both resources and connects to a MongoDB database using Mongoose.
- Node.js
- Express.js
- MongoDB
- Mongoose
- CRUD operations for books and authors.
- RESTful API endpoints for easy integration.
- Data validation and error handling.