Skip to content

Feature - CRUD of Product API and Category API Implementation#18

Open
ATiwari11-tech wants to merge 3 commits into
Naman-Bhalla:masterfrom
ATiwari11-tech:Abhishek-Tiwari-ProductService
Open

Feature - CRUD of Product API and Category API Implementation#18
ATiwari11-tech wants to merge 3 commits into
Naman-Bhalla:masterfrom
ATiwari11-tech:Abhishek-Tiwari-ProductService

Conversation

@ATiwari11-tech
Copy link
Copy Markdown

@ATiwari11-tech ATiwari11-tech commented Sep 26, 2023

Following APIs are implemented in this

  1. Create a Product (createProduct in ProductController)
  2. Get Single Product (getProductById in ProductController)
  3. Get All Products (getAllProducts in ProductController)
  4. Update Product (updateProductById in ProductController)
  5. Delete Product (deleteProductById in ProductController)
  6. Get Products in a Catrogory (getCategory in CategoryController)
  7. Get All Categories (getAllCategories in CategoryController)

Create Product
image

Get Single Product
image

Get All Products
image

Update Product
image

Delete Product
image

Get All Categories
image

Get Products in a Category
image

@ATiwari11-tech ATiwari11-tech changed the title Feature - CRUD Product API and Category API Implementation(Abhishek Tiwari) Feature - CRUD Product API and Category API Implementation Sep 26, 2023
@ATiwari11-tech ATiwari11-tech changed the title Feature - CRUD Product API and Category API Implementation Feature - CRUD of Product API and Category API Implementation Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants