Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 525 Bytes

Library Backend with Express.js

Overview

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.

Technologies Used

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose

Features

  • CRUD operations for books and authors.
  • RESTful API endpoints for easy integration.
  • Data validation and error handling.