Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 362 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 362 Bytes

ProductsAPI

This API is performeing CRUD operations on DB using HTTP Verbs GET,POST,PUT,DELETE. Using Code First Approach to create database in SQL Server. Implemented OOPS pillars encapsulation,abstraction. Also SOLID principles implemented Dependency Injection via contructor in the controller class. Clean code and architecture.

Suggestions are welcome!