This project is all about learning various topics about Real time Application.
- Clean Architecture
- CQRS
- Identity Server
- JWT Authentication
- Role Based Authentication and Authorization
- SignalR for Real Time Feature with View(Angular)
- Unit Testing
- And Many more...
- You need dotnet core 6 SDK and runtime installed
- after that navigate inside WebUI
cd WebUI
dotnet clean
dotnet build
dotnet run
- you need Node and angular installed else need to install before running
- after that navigate inside WebUI/Client/
cd WebUI/Client
npm install
ng serve