Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSA TASK TWO (BACKEND)

Table of contents

project overview

RESTful API for managing a simple resource using Node.js with Express with endpoints for performing CRUD operations.

Technology Used

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

Endpoints

  • GET /api/product/all: Retrieves all products.
  • POST /api/product/create: Creates a new product.
  • GET /api/product/:productId: Retrieves a specific product by ID.
  • PUT /api/product/update/:productId: Updates a specific product by ID.
  • DELETE /api/product/:productId: Deletes a specific product by ID.

About

RESTful API for managing a simple resource using Node.js with Express.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages