Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/apigility-3hr-tutorial
Code and exercises for DPC 2014 Apigility tutorial
https://github.com/weierophinney/apigility-3hr-tutorial
Last synced: 21 days ago
JSON representation
Code and exercises for DPC 2014 Apigility tutorial
- Host: GitHub
- URL: https://github.com/weierophinney/apigility-3hr-tutorial
- Owner: weierophinney
- Created: 2015-03-30T21:05:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T21:05:51.000Z (almost 10 years ago)
- Last Synced: 2024-12-19T07:34:55.278Z (22 days ago)
- Language: PHP
- Size: 6.52 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- 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/