Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

calculator

Пример запросов

CMD:

C:\Users\пк>curl -X POST -H "Content-Type: application/json" -d "{"num1": 25, "num2": 5}" http://localhost:5000/add

{ "result": 30 }

C:\Users\пк>curl -X POST -H "Content-Type: application/json" -d "{"num1": 25, "num2": 5}" http://localhost:5000/subtract

{ "result": 20 }

C:\Users\пк>curl -X POST -H "Content-Type: application/json" -d "{"num1": 25, "num2": 5}" http://localhost:5000/multiply

{ "result": 125 }

C:\Users\пк>curl -X POST -H "Content-Type: application/json" -d "{"num1": 25, "num2": 5}" http://localhost:5000/divide

{ "result": 5.0 }

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages