A repository for my Blog App made using ASP.NET Core Razor Pages for the FSU C# Seminar.
To install the DOTNET SDK, you can use:
winget install --id Microsoft.DotNet.SDK.8 -e
And to run the server locally, use:
dotnet run --launch-profile https
in the BlogApp directory.