A complete .net microservice for managing product / item catalog. It can be used to Create, Update, Query and Delete items from catalog. Validations of DTO with data annotaions are also specified so no bad request can pass. This microservice used mongodb as database.
- Dotnet Core 7
- Clean Architecture
- MongoDB
- CRUD Operations
- Dpendency Injection
Default Service when new project created
Items get and get by Id route