Skip to content

Nilotpalchanda/booklibrary-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

booklibrary-api

Node Js Crud Api to add Products. Below please check list of endpoints

  1. Add Product - https://booklibrary-api.herokuapp.com/products
  2. Edit Product - https://booklibrary-api.herokuapp.com/products/ {your Product id }
  3. Delete Product - https://booklibrary-api.herokuapp.com/products/ { your Product id }
  4. Get Specific product - https://booklibrary-api.herokuapp.com/products/ { your Product id }

On Local server

  1. Add Product - http://localhost: {your Product address}/products
  2. Edit Product - http://localhost: {your Product address}/products/ {your Product id }
  3. Delete Product - http://localhost: {your Product address}/products/ { your Product id }
  4. Get Specific product - http://localhost: {your Product address}/products/ { your Product id }

How to use the files?

  1. Clone this repo
  2. Run npm install to install all the dependencies
  3. Run npm start for development mode

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published