Skip to content

A demo of a simple shopping mall API to demonstrate Mono-Microservice architecture

Notifications You must be signed in to change notification settings

ligaoyuan-10086/ShoppingMallDemo

 
 

Repository files navigation

ShoppingMallDemo

To run the application

  1. Run the following migrations
dotnet ef database update -c ProductDbContext

dotnet ef database update -c CartDbContext

dotnet ef database update -c OrderDbContext

About

A demo of a simple shopping mall API to demonstrate Mono-Microservice architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.9%
  • Other 1.1%