/md-highscore-api

Primary LanguageC#MIT LicenseMIT

MD Highscore API

The good old highscore-api, just with crazy markdown-based tests.

Usage

Database

To scaffold a migration and create the initial set of tables for the model, run:

dotnet ef migrations add MigrationName

To apply the new migration to the database, run:

dotnet ef database update