https://github.com/weierophinney/apigility-tutorial-code-dpc2014
https://github.com/weierophinney/apigility-tutorial-code-dpc2014
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/weierophinney/apigility-tutorial-code-dpc2014
- Owner: weierophinney
- Created: 2015-04-23T20:26:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T20:28:36.000Z (about 10 years ago)
- Last Synced: 2025-02-17T10:13:59.297Z (5 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/