nmtri1987 / ShoppingCartDemo

The demo using MSA approach with .NET Core stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

The ShoppingCart project is only for the demo in training courses and NashTech Connect event 17/06/2017.

System overview

System Overview

Migrations

We need to run the migration to migrate and seed the sample data for services. All steps can be found at Migrations section.

Start the project

After we run the migration, we can follow some of steps at How to start the project section to boot up the project.

Distributed transaction

In this project, we implement the distributed transaction using the Saga pattern, more information about it at Saga implementation section.

About

The demo using MSA approach with .NET Core stack

License:MIT License


Languages

Language:C# 55.9%Language:CSS 37.1%Language:JavaScript 6.2%Language:PowerShell 0.5%Language:HTML 0.3%