Learn ASP.NET Core MVC
Click me
- CRUD
- Upload images instead of hard coded links
- Or validate if an image link is valid
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