Skip to content

entei/EquationSolverB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EquationSolverB

Backend sinatra part of equations solver

Test it:

curl -X POST -H "Content-Type: application/json" -d '{"equation":{ "type":"linear","a":"1","b":"2"}}' http://equation-solver-backend.herokuapp.com/solve

Test it locally:

$ bundle install
$ bundle exec rackup -p 4567 config.ru
curl -X POST -H "Content-Type: application/json" -d '{"equation":{ "type":"linear","a":"1","b":"2"}}' http://localhost:4567/solve

About

Backend sinatra part of equations solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages