Skip to content

AlexBaldwin42/StriveProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

StriveProject

This web app project allows students and teachers to interact through an online learning platform.

How to use

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.

Technologies

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.7%
  • C# 9.5%
  • HTML 6.2%
  • CSS 3.6%