/web-course-project

Todo application based on Asp.net Core and SignalR

Primary LanguageJavaScript

ASP.NET Core application (MSSQL + SignalR)


To run application, use these commands below. Database is automatically created via Entity Framework with Code First Approach

$ dotnet restore
$ dotnet run

q.png

User can do CRUD operations with his todos. There are identity and google registration inside app. Application has neat and clear interface based on material bootstrap lib. Architecture of app is multilayer (DAL, Presentation layer and Business layer). Onion architecture allows the application to be orthogonal.