hgranlund / highscore-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Highscore API

Build status codecov

Using

  1. Get .NET Core 2.1 or later:

This is best done by following the instructions found here.

  1. Clone:
git clone https://github.com/hgranlund/highscore-api
  1. Build:
dotnet restore
dotnet build
  1. Run:
cd ./HighscoreApi/
dotnet run
  1. Test:
cd ./HighscoreApi.Test/
dotnet test

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%