Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 652 Bytes

Sample web API project build with ASP .NET core. Using DDD practise with CQRS and Mediator

Frontend build with Angular with NGRX.

WebApi

How to Run:

  • Open and build, and run with VS

  • use dotnet CLI: go to project folder and use dotnet run command

Configuration:

  • Persistance layer is using in memory database for sample.

Unit test:

  • Open and run test with VS

  • use dotnet CLI: go to test project folder and use dotnet test command

Angular

Run npm install to install the latest dependencies and npm start to start development server.

Go to environment to configure api host url and project's timezone.