Skip to content

A microservice using DotNet Core 7 that takes care of Product Catalog Services in your Project

Notifications You must be signed in to change notification settings

rameshovyas/productCatalog_Microservice

Repository files navigation

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 App Screenshot

Items get and get by Id route

App Screenshot

App Screenshot

Created a new item App Screenshot

Updated an existing item App Screenshot

Deleted existing item App Screenshot

Not Found Check App Screenshot

Validation of DTO model at server side App Screenshot

MongoDb Explorer with actual data App Screenshot

About

A microservice using DotNet Core 7 that takes care of Product Catalog Services in your Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages