Skip to content

fermersky/web-course-project

Repository files navigation

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.

About

Todo application based on Asp.net Core and SignalR

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published