Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 392 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 392 Bytes

payme

Build Status

starter sinatra app

#Start the Service

bundle exec rackup -p 9292 config.ru

#Goto: http://localhost:9292/form

#cURL: ##Post:

curl --data "message=HelloCurl" http://localhost:9292/form

##Get:

curl  http://localhost:9292/form