Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 525 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 525 Bytes

Apigility Tutorial Application

See Create a RESTful API with Apigility on techPortal.

Installation

  • Clone or download this repository
  • $ composer.phar install
  • Copy data/music.db.dist to data/music.db
  • run $ php public/index.php development enable

Run

  • php -S 0:8080 -t public/ public/index.php
  • curl -s -H "Accept: application/vnd.music.v1+json" http://localhost:8080/albums