These instruction will allow you to run a copy of the project on your local machine for development and testing.
The api is publicly available @ https://klimapi.daandedecker.com/swagger/index.html
Visual Studio (-code)
Class Designer extension for Visual Studio
Clone the repository
git clone git@github.com:HoGent-Projecten3/projecten3-1920-backend-klim03.git
Open the project in Visual Studio and build or navigate to the project folder and run.
dotnet run
The project will run on port 44331 in visual studio and port 5001 when started from the terminal. You will automatically be redirected to the API hub, otherwise route to /swagger.
cd projecten3-1920-backend-klim03/Klimaatmobiel.Tests
dotnet run
Or open in Visual Studio and use the test explorer.
- ASP.NET - API framework
- NuGet - Dependency Management
- Pomelo - Entity Framework connector for MySql
- NSwag - API documentation and toolchain
- NJsonSchema - JSON Schema reader, generator and validator
- Daan Dedecker
- Robbe Decorte