An open API service indexing awesome lists of open source software.

https://github.com/josh-taylor/cakephp-rest-adapter-example

Example of using the Ember Data CakePHP REST adapter
https://github.com/josh-taylor/cakephp-rest-adapter-example

Last synced: 3 months ago
JSON representation

Example of using the Ember Data CakePHP REST adapter

Awesome Lists containing this project

README

        

# Example App using Ember Data CakePHP REST Adapter

An example app of [Ember Data CakePHP REST Adapter](https://github.com/josh-taylor/ember-data-cakephp-rest-adapter)

## How to use

1. Clone repository `$ git clone [email protected]:josh-taylor/cakephp-rest-adapter-example`
2. Copy `app/Config/database.php.default` to `app/Config/database.php`.
3. Edit this file, replace connection details to database with yours.
4. Run `$ app/Console/cake schema create` to install the database.
5. Optional. `$ php -S localhost:8000 -t localhost:8000` to start a php server