Skip to content

Little .Net API wich do some calculs and play with .Net 2.1

Notifications You must be signed in to change notification settings

NikoNagy/calcul-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalculApi

Description

Little .Net API wich do some calculs (Only sums at the time, more to come)

Installation

Just run it locally on IIS Express or on a IIS Site.

Usage

Only GET get that do sums for now :

Body :

{
"expression" : "1+2+3+4+12+34"
}

Expected answer :

Response : 200 OK Body :

{
"result" : 56
}

Tests

You can find some unit tests in the UnitTestCalculApi folder

SDK Requirements

  • Microsoft.AspNetCOre (2.1.1)
  • Microsoft.NETCore.App(2.1)

About

Little .Net API wich do some calculs and play with .Net 2.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages