To run the program, first run the following in the terminal
dotnet ef database update
Afterwards open two terminals to run the backend and frontend separately.
dotnet run --project GitInsight
dotnet run --project GitInsight.Blazor
Head to http://localhost:7011 to see the project. If any errors occur, it may be because a process is already running on the api port (localhost:7273).