Skip to content

Idris01/Backend-task2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Task 2 (Simple Arithmetic)

This is an application performs a simple arithmetic on the payload to a POST Endpoint that returns a simple (JSON) with the result

Usage:

Send post request to https://ml-app-idris01.koyeb.app/ of the following form

e.g

	-d '{"operation_type":"subtraction","x":5,\
	"y":8}' https://ml-app-idris01.koyeb.app/

Response (json):

{
	"slackUsername":"Idris Adebowale",
	"result":3,
	"operation_type":"subtraction"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published