Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/apigility-tutorial-code-dpc2014
https://github.com/weierophinney/apigility-tutorial-code-dpc2014
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/weierophinney/apigility-tutorial-code-dpc2014
- Owner: weierophinney
- Created: 2015-04-23T20:26:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T20:28:36.000Z (over 9 years ago)
- Last Synced: 2024-11-06T20:49:50.634Z (about 2 months ago)
- Language: PHP
- Size: 6.45 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apigility tutorial
This is the tutorial codebase for a half-day Apigility tutorial.
## Exercises
Each exercise is in its own folder.
## PHP's built-in web server
You can use the built-in webserver from PHP 5.4.8 onwards:
cd path/to/install
php -S 0.0.0.0:8888 -t public public/index.phpYou can then visit the site at http://localhost:8888/