Skip to content

A Node.js and ExpressJS-based backend for managing a library system, including books and authors. The API supports full CRUD operations (Create, Read, Update, Delete) for books and authors, and connects to MongoDB using Mongoose. This backend provides RESTful endpoints for fetching, adding, updating, and deleting resources.

Notifications You must be signed in to change notification settings

ajmalfaris11/EA-library-backend-expressjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Node.js and ExpressJS-based backend for managing a library system, including books and authors. The API supports full CRUD operations (Create, Read, Update, Delete) for books and authors, and connects to MongoDB using Mongoose. This backend provides RESTful endpoints for fetching, adding, updating, and deleting resources.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published