The simplies web application based on Angular and .NET Core
Allows to perform CRUD operation with Customer Entity:
- fetch
- get by identity
And allows to see the basis concept in the frontend:
- Show module angular usage principles
- Show router outlet angular usage principles
- Show components angular usage principles
Project contains the following namespaces and organization modules:
-
Backend based on .NET Core WebAPI
Uses service architecture principles for easy testing and team work -
Backend unit tests
Uses Autofixture and NUnit -
Frontend based on Angular
Uses service architecture principles for easy testing and team work -
Frontend unit tests
Uses Karma and Jasmine -
Solution items
Logical folder to organize docker, circleci, git and other scripts
- Under the folder (./src/frontend/sample.web) perform
npm install
- Run WebAPI project