Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abtris/posobota-demo-polls-api

Polls API demo for poSobota event
https://github.com/abtris/posobota-demo-polls-api

Last synced: about 1 month ago
JSON representation

Polls API demo for poSobota event

Awesome Lists containing this project

README

        

# PoSobota API

[![Circle CI](https://circleci.com/gh/abtris/posobota-demo-polls-api/tree/master.svg?style=svg&circle-token=dbb5f22a5b6fe44b90c727494ac0d275f18cae16)](https://circleci.com/gh/abtris/posobota-demo-polls-api/tree/master)

[![Build Status](https://travis-ci.org/abtris/posobota-demo-polls-api.svg?branch=master)](https://travis-ci.org/abtris/posobota-demo-polls-api)

## 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