https://github.com/rameshovyas/productcatalog_microservice
A microservice using DotNet Core 7 that takes care of Product Catalog Services in your Project
https://github.com/rameshovyas/productcatalog_microservice
dotnet-microservice dotnetcore7 microservices product-catalog-microservice product-catalog-web
Last synced: about 1 year ago
JSON representation
A microservice using DotNet Core 7 that takes care of Product Catalog Services in your Project
- Host: GitHub
- URL: https://github.com/rameshovyas/productcatalog_microservice
- Owner: rameshovyas
- Created: 2023-03-13T03:19:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T05:33:59.000Z (over 3 years ago)
- Last Synced: 2025-01-14T04:23:40.896Z (over 1 year ago)
- Topics: dotnet-microservice, dotnetcore7, microservices, product-catalog-microservice, product-catalog-web
- Language: C#
- Homepage:
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product Catalog Microservice in DotNet Core (DotNet 7)
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.
## Features
- Dotnet Core 7
- Clean Architecture
- MongoDB
- CRUD Operations
- Dpendency Injection
## Screenshots
Default Service when new project created

Items get and get by Id route


Created a new item

Updated an existing item

Deleted existing item

Not Found Check

Validation of DTO model at server side

MongoDb Explorer with actual data
