Skip to content

muhammaduxair/custom-database-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crud Operation With Custom Database

first step npm install
second step npm run dev

Api Routes

Get All Products

GET : /products

Get Product by ID

GET : /products/id

Add Product

POST : /products/add

Update Product

PUT : /products/id

Delete Product

DELETE : /products/id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published