Skip to content

Ayushii089/API-Task3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

API-Task3

πŸ“š Book API

A simple RESTful API built with Node.js and Express.js to manage a collection of books. The API allows you to view, add, update, and delete books using JSON requests.


πŸ”Ή Features

  • GET /books – Retrieve all books.
  • GET /books/:id – Retrieve a book by its ID.
  • POST /books – Add a new book.
  • PUT /books/:id – Update an existing book.
  • DELETE /books/:id – Delete a book by its ID.

πŸ”Ή Technologies

  • Node.js
  • Express.js
  • JSON for data handling
  • Postman (or any API testing tool)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published