Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 635 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 635 Bytes

Polls API - Skeleton in PHP for testing by Dredd

Circle CI

Build Status

Install composer

curl -sS https://getcomposer.org/installer | php

Run composer to install dependencies

./composer.phar install

Run server

php -S localhost:8000 -t web

Run tests

dredd