armendu / win-it

A Lottery game made using ASP.NET Core 2.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

win-it

Useful commands

For database migrations

Open CLI inside the project and change the directory to the DataAccess project using:

cd .\Data\DataAccess\

Then execute the two following commands:

dotnet ef migrations add initial --startup-project ..\..\Presentation\Presentation\Presentation.csproj

dotnet ef database update --startup-project ..\..\Presentation\Presentation\Presentation.csproj

For Database scaffolding

Use the following commands for database scaffolding:

Scaffold-DbContext "server=localhost;userid=root;password=root;database=winit" Pomelo.EntityFrameworkCore.MySql -OutputDir Models

About

A Lottery game made using ASP.NET Core 2.1


Languages

Language:JavaScript 51.1%Language:HTML 19.4%Language:CSS 18.7%Language:C# 10.7%