mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-22 09:01:18 +03:00
Add project files.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Practice Calendar Api project
|
||||
|
||||
## Projects
|
||||
- API - (REST) webservice endpoint with OpenAPI capabilities (swagger)
|
||||
- Domain - containd core elements of the domain (entities, domain events, interfaces)
|
||||
- Infrastructure - plugged dependencies like persitence, email, files operations
|
||||
- UnitTests - for aggregate and application domain testing
|
||||
|
||||
## Running unit tests
|
||||
|
||||
```sh
|
||||
dotnet test
|
||||
```
|
||||
|
||||
## Running the api service
|
||||
|
||||
```sh
|
||||
dotnet run --project .\PracticeCalendar.Api\PracticeCalendar.API.csproj
|
||||
```
|
||||
Reference in New Issue
Block a user