Nodejs-Assignment-2

 Create Products API  with the following actions

    1. Create a Product

    2. Read All products

    3. Read a product by productId

    4. Update product

    5. Delete a product by productId



 Use the following URLs to make request from Client.

  POST         http://localhost:3500/product

   GET         http://localhost:3500/products

  GET         http://localhost:3500/products/<productId>

   PUT          http://localhost:3500/product

   DELETE   http://localhost:3500/product

Comments

Popular posts from this blog