mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-22 05:01:15 +03:00
6f3acce7d4433269e89f35edb204fa50a99a3f89
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
dotnet test
Running the api service
dotnet run --project .\PracticeCalendar.Api\PracticeCalendar.API.csproj
Description
Languages
C#
98.5%
Dockerfile
1.5%