neon-lab-dev / product-service

This micro-service caters to the operations on that an user can do on the products.
1 stars 0 forks source link

Add New Driver #14

Closed neon-lab-dev closed 6 months ago

neon-lab-dev commented 6 months ago

Requirement

Linked to : #1

shrawanindeshpande commented 6 months ago
  1. created driver entity
  2. created controller, service, and repository layer for the same

no problems faced so far

neon-lab-dev commented 6 months ago

@shrawanindeshpande Thanks for the update. I hope can you please raise PR from your branch to the master. Let it be incomplete. I just want to see the changes and progress as of now.

cc- @smackdowna

shrawanindeshpande commented 6 months ago

today i am working on add driver API no doubts do far

shrawanindeshpande commented 6 months ago
  1. created request and response DTOs
  2. written function to add driver in the service layer no problems faced so far
shrawanindeshpande commented 6 months ago

completed add driver api