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 the popluar JS frameworks.I will use AngularJS/Bootstrap as frontend.

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