Skip to content

Commit

Permalink
use new term: modulith and up to date with .net8
Browse files Browse the repository at this point in the history
  • Loading branch information
thiennn committed Feb 27, 2024
1 parent 1fccd7d commit 444c7a5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
@@ -1,8 +1,8 @@
# A simple, cross platform, modularized ecommerce system built on .NET Core [![Join the chat at https://gitter.im/simplcommerce/SimplCommerce](https://badges.gitter.im/simplcommerce/SimplCommerce.svg)](https://gitter.im/simplcommerce/SimplCommerce?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
# A simple, cross platform, modulith ecommerce system built on .NET Core [![Join the chat at https://gitter.im/simplcommerce/SimplCommerce](https://badges.gitter.im/simplcommerce/SimplCommerce.svg)](https://gitter.im/simplcommerce/SimplCommerce?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## High level architecture

![SimpleCommerce - Modular architecture](https://raw.githubusercontent.com/simplcommerce/SimplCommerce/master/modular-architecture.png)
![SimpleCommerce - Modulith architecture](https://raw.githubusercontent.com/simplcommerce/SimplCommerce/master/modular-architecture.png)

## Build Status
| Build server | Platform | Status |
Expand All @@ -25,7 +25,7 @@ Continuous deployment: https://ci.simplcommerce.com
#### Prerequisites

- SQL Server
- Visual Studio 2022
- Visual Studio 2022 and .NET 8

#### Steps to run

Expand All @@ -41,8 +41,8 @@ Continuous deployment: https://ci.simplcommerce.com
#### Prerequisite

- PostgreSQL
- [.NET Core SDK 6.0](https://www.microsoft.com/net/download/all)
- Entity Framework Core (`dotnet tool install --global dotnet-ef`)
- [.NET Core SDK 8.0](https://www.microsoft.com/net/download/all)
- Entity Framework Core Tools (`dotnet tool install --global dotnet-ef`)

#### Steps to run

Expand All @@ -53,9 +53,9 @@ Continuous deployment: https://ci.simplcommerce.com

## Technologies and frameworks used:

- ASP.NET MVC Core 6.0
- Entity Framework Core 6.0
- ASP.NET Identity Core 6.0
- ASP.NET Core
- Entity Framework Core
- ASP.NET Identity Core
- Angular 1.6.3
- MediatR 7.0.0 for domain event

Expand Down

0 comments on commit 444c7a5

Please sign in to comment.