3PillarGlobal-Czechia / interview-app-api

API for Interview App.
MIT License
3 stars 1 forks source link
api clean-architecture dotnet entity-framework-core rest

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