Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abtris/posobota-demo-polls-api
- Owner: abtris
- License: mit
- Created: 2015-05-29T08:26:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T15:26:57.000Z (over 1 year ago)
- Last Synced: 2024-04-15T03:04:08.178Z (7 months ago)
- Language: API Blueprint
- Homepage: http://docs.posobota.apiary.io/#
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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