API for KTU semester project written in .NET Core 3.1
You need the .NET Core 3.1 SDK (Download: https://dotnet.microsoft.com/download)
Once project is cloned setup database credentials as provided here.
- Select
API
configuration form build menu - Launch API using Visual Studio Debug tools
- Navigate to API folder
1.1 If project dependencies were changed you might want to run
dotnet restore
command - Launch form Terminal using
dotnet run
command