Skip to content

Commit 444c7a5

Browse files
authored
use new term: modulith and up to date with .net8
1 parent 1fccd7d commit 444c7a5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 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)
1+
# 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)
22

33
## High level architecture
44

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

77
## Build Status
88
| Build server | Platform | Status |
@@ -25,7 +25,7 @@ Continuous deployment: https://ci.simplcommerce.com
2525
#### Prerequisites
2626

2727
- SQL Server
28-
- Visual Studio 2022
28+
- Visual Studio 2022 and .NET 8
2929

3030
#### Steps to run
3131

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

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

4747
#### Steps to run
4848

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

5454
## Technologies and frameworks used:
5555

56-
- ASP.NET MVC Core 6.0
57-
- Entity Framework Core 6.0
58-
- ASP.NET Identity Core 6.0
56+
- ASP.NET Core
57+
- Entity Framework Core
58+
- ASP.NET Identity Core
5959
- Angular 1.6.3
6060
- MediatR 7.0.0 for domain event
6161

0 commit comments

Comments
 (0)