Skip to content

harish0999-coder/task-3-web-intern-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

task-3-web-intern-

levatelabs

πŸ“š Task 3 - REST API (Books Management)

Objective

Build a REST API using Node.js + Express to perform CRUD operations on a list of books (stored in memory).

Features

  • GET /books β†’ Get all books
  • POST /books β†’ Add new book
  • PUT /books/:id β†’ Update book
  • DELETE /books/:id β†’ Remove book

Setup & Run

npm install
node server.js

About

levatelabs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published