This is a simple WebAPI on .NET Core. This application is made for learning purposes.
- Clone this repository
- run
dotnet restore
- run
dotnet run
ordotnet watch run
to run the application
This is a function to accept three integer values that represent the lengths of the sides of a triangle and returns a string that classifies the triangle's type.
This is a function to accept an integer value n and returns Fibonacci sequence up until the nth value.
This is a function to accept an array of integers and returns the sorted array.
When running the app, Swagger will be accessible in the following URL: http://localhost:5062/swagger/index.html
Postman collection is included in this repository.