Skip to content

apiaryio/dredd-pollsapi-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published