Skip to content

3PillarGlobal-Czechia/interview-app-api

Repository files navigation

Interview App - API

.NET build and test

Deploy to an Azure Web App

Documentation

Build Dependencies

To verify your .NET 6 installation run the following in your terminal:

dotnet --version

How to run

cd ./src/WebApi/WebApi
dotnet run

How to create and seed the database

Install the dotnet-ef tool if you don't have it:

dotnet tool install --global dotnet-ef

Run a Database Update:

dotnet ef database update --startup-project .\src\WebApi\WebApi\

Contribution

  • I will be very happy for any help and contribution 😊
  • For more information check Contribution guide.