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

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

I will reuse the steps and database schema of the CakePHP Blog 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.

Clone this wiki locally