Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This is a microservice based project which is based on system managing bike stores along with their customers, orders and inventory

Notifications You must be signed in to change notification settings

qasimshk/BikeStores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bike Stores Management

A bike store management system is developed using the DotNet five framework, which is based on a microservice design pattern. In this project, I have used three microservices ( order, inventory, notification ) which is controlled by another microservice called orchestrator. This microservice contains all the workflows.

Workflows are based on sagas pattern where every transaction action is predefined and services are instructed by the orchestrator to act accordingly. In case of any failure, the orchestrator will roll back the process or break it with the proper error message stored in log files.

Build Status

Service Status
Bike Store Build status

Gateway Service

To develop a gateway for all my the services to be accessible from one URL, I used the Ocelot API gateway NuGet package which is an open-source project

CQRS Pattern & Clean Architecture

To develop an application on clean architecture, I have used the MediatR NuGet package which will separate, all the commands and queries handlers in the service.

Saga Pattern

For my windows services and saga pattern, I have used the Masstransit NuGet package. This package plays an important role in developing and workflow building of every microservice.

Authentication and Authorization

All services can only be accessible using a token, which is generated using the Identity Server 4 NuGet package. ID4 is one of the best packages to implement a single sign-in concept.

NuGet Packages

About

This is a microservice based project which is based on system managing bike stores along with their customers, orders and inventory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published