Skip to content
hantsy edited this page Nov 10, 2013 · 8 revisions

This example application will demonstrate how to create a RESTful application with AngularJS and CakePHP.

I will try to follow the steps described in the CakePHP blog tutorial. and reuse database schema of this tutorial.

AngularJS is a popular JS framework. In this sample application, AngularJS and Bootstrap are used to implement the frontend pages.

CakePHP is one of the most popular PHP frameworks. CakePHP is used as backend REST API producer.

MySQL is used as the database in this sample application.

An PHP runtime environment is also required, I used WAMP under Windows.

All the steps is based on you are familiar with PHP programming, and know well about Apache server. Else you could read the PHP introduction from php.net firstly.

Clone this wiki locally