Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 831 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 831 Bytes

Build Status

API

API for KTU semester project written in .NET Core 3.1

Setup

You need the .NET Core 3.1 SDK (Download: https://dotnet.microsoft.com/download)

Once project is cloned setup database credentials as provided here.

Launching project on Visual Studio

  1. Select API configuration form build menu
  2. Launch API using Visual Studio Debug tools

Launcing project on Visual Studio code/ CLI

  1. Navigate to API folder 1.1 If project dependencies were changed you might want to run dotnet restore command
  2. Launch form Terminal using dotnet run command