Backend APIs for DarInternet integrated customer support
To run this project you need to download prerequisites as listed below.
You need to download and install .NET 5 SDK for your platform.
After cloning the project, run the following command in root folder:
dotnet build
To run unit tests and intergration tests you can use the following command in root folder:
dotnet test
To serve API project, run following command in root folder:
dotnet run -p src/DarInternet.Api
Then open your browser and go to `https://localhost:5001/api"
Distributed under the MIT License. See LICENSE
for more information.