Skip to content

Programming-0101/Blazor-Marks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Blazor Marks

A simple Blazor-8 + SQLite project to manage course marks.

Prerequisites

It's assumed you have the following installed:

  • .NET 8 SDK
  • SQLite - winget install sqlite.sqlite

Creating the Database

Based on the docs to Create SQLite Database. You might also want to read SQLite Syntax: A Complete Beginner's Guide.

dotnet ef migrations add InitialCreate -o Data/Migrations
dotnet ef database update

Running the App

When you run the app, it's going to make changes to the database contents. Because the database is included in the repository, you might want to either make a "backup" before you run the app or you might want to mark that file as being "ignored" by git for updates.

git update-index --assume-unchanged src/Website/Data/myMarks.db

Credits/Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published