phprest/phprest-sample-heroku-app

Phprest Sample Heroku App.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

Type:project

dev-master 2015-01-12 08:03 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:12:05 UTC


README

Author Software License

Deploy

Demo

phprest.herokuapp.com/docs

Api docs screenshot

Api docs

Of course you can send curl requests too:

curl -X GET --header "Accept: */*" phprest.herokuapp.com/camera

Installation

  • Install Heroku Toolbelt
  • heroku login
  • git clone https://github.com/phprest/phprest-sample-heroku-app.git
  • cd phprest-sample-heroku-app
  • heroku create yourappname
  • heroku addons:add cleardb:ignite
  • git push heroku master
  • heroku run composer init-phprest-sample