Skip to content

A simple demo of rapid prototyping of APIs with Apigility and AngularJS

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
LICENSE.txt
Notifications You must be signed in to change notification settings

omusico/apigility-angular-demo

 
 

Repository files navigation

apigility-angular-demo

A simple demo of rapid prototyping of APIs with Apigility and AngularJS.

This repo was made for the presentation given at PHP Dublin May Meetup, on the lovely TCube Dublin. A big shout out to TCube's Barry Alistair for accepting me as a speaker!

How to run the presentation

You'll have to install dependencies, fire up the server, and head to the browser

composer install
bower install
php public/index.php development enable
php -S 0.0.0.0:8888 -t public public/index.php

Now opening a browser at http://localhost:8888/demo.html should show you the presentation.

How to follow the steps in the presentation

Since the presentation IS the repo, my advice to see it and try it out at the same time is to clone the repo twice, leaving the server running the presentation open on the first and trying out the steps on the second clone.

Resources

Composer

Bower

Apigility tutorial

Angular tutorial

ngResource documentation

Scotch.io ngAnimate tutorial

About

A simple demo of rapid prototyping of APIs with Apigility and AngularJS

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 46.2%
  • Ruby 37.9%
  • Shell 7.2%
  • Perl 5.1%
  • PHP 2.9%
  • CSS 0.4%
  • Other 0.3%