teodoran / md-highscore-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:C# 100.0%