Skip to content

Subrahmanya323/REST-API-using-Node.js-Express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📚 Book Management REST API

Description

Simple REST API using Node.js and Express to manage a list of books.
No database used — books are stored in memory.

Features

  • View all books
  • Add a new book
  • Update an existing book
  • Delete a book

Technologies

  • Node.js
  • Express.js
  • Postman (for testing)

API Endpoints

Method Endpoint Description
GET /books Get all books
POST /books Add a new book
PUT /books/:id Update book by ID
DELETE /books/:id Delete book by ID

Task Status

Completed on 29th May 2025

Rest API

How to Run

npm install
node index.js
# REST-API-using-Node.js-Express

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published