Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Player selection

This is the base code to work in this challenge, please don´t change the folder structure of WebApi and WebApiTest projects and don´t move the provided files to a different place as this will result in a test failure.

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages