Skip to content

minhhoccode111/game-management

Repository files navigation

Game Management MVC

Learn ASP.NET Core MVC

Screenshots

Click me

Features

  • CRUD

To-do

Getting started

Clone the repo

git clone git@github.com:minhhoccode111/game-management.git

Run

dotnet restore
dotnet run
# or develop with
# dotnet watch run

Migration

dotnet ef migrations add SqlServerMigration
dotnet ef database update

Design choices and tradeoffs

Releases

No releases published

Packages

No packages published