Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax authored Jul 16, 2023
1 parent 34e22b8 commit f431b7f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Clean ASP.NET api template
This is a template repository showing how one can implement a clean api with ASP.NET.

Some 'features' in this template:
- Easy and fast to run Integration tests with the only dependency being docker.
- Vertical Slice architecture (grouping based on features instead of technical layers)
- CQS pattern with mediator

The application itself is currently just doing simple CRUD and as such alot of the patterns shown will be over engineered but the point is to experiment and show the patterns.

## Running tests

Only docker is required to run the tests. First run can take a bit longer as the docker image is downloaded.
Expand All @@ -15,4 +25,4 @@ Run these commands to generate a https certificate for development:
```cmd
dotnet dev-certs https -ep "$env:USERPROFILE\.aspnet\https\aspnetapp.pfx" -p "password"
dotnet dev-certs https --trust
```
```

0 comments on commit f431b7f

Please sign in to comment.