Skip to content

Archi-Lab/ecommerce-csharp

 
 

Repository files navigation

E-Commerce

E-Commerce Project based on microservice architecture build with .net 6.0.16

Status

Docker images

NuGet Package

UnitTest

Project Structure

The soruce code is structured as following:

  • Every service has a directory inside src/Services
  • each service is a .net solution
  • each service is structured in different projects
    • .Core has the Domain Model
    • .Test has all xUnit Tests
    • .Web has the exposed api logic
    • .Application has the application logic
    • .Infrastructure has the database implemention and inter service communication

About

E-Commerce Project based on microservice architecture build with .net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Dockerfile 0.1%