This web app project allows students and teachers to interact through an online learning platform.
How to use this can be compiled and ran using Visual Studio.
The database need to be built using SQL Server and modeled after the Models in the data folder.
If another database is desired change the code in Startup.cs in the Server folder in the ConfigureServices method.
- ASP.NET Core
- Blazor
- Sql Server
- C#
This project is written in C# using Blazor.
The front end and the back end communicate through REST Api calls.
The identity is managed using JWT security tokens.