Skip to content

husniyahLiSAn/player-team-generator-web-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Player selection

Build the solution

This solution requires .NET 6 installed.

To build the solution run from the project folder

dotnet build

Run solution locally

To run the solution locally just run this command from the project folder (WebApi folder)

dotnet run

Run tests

To run the tests just run this command

dotnet test

Migration

Note that dotnet-ef tools is required to run the migration, run the following to install the tool

dotnet tool install --global dotnet-ef

Add migration

To add the migration, run this command from the project folder (WebApi folder)

dotnet ef migrations add InitialCreate

where InitialCreate is the name of the migration

Update database

dotnet ef database update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages