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

https://github.com/dcsg/spineajaxphpcontactsexample

Spine Contacts Example with PHP and AJAX
https://github.com/dcsg/spineajaxphpcontactsexample

Last synced: 8 months ago
JSON representation

Spine Contacts Example with PHP and AJAX

Awesome Lists containing this project

README

          

Spine Contacts Example with AJAX and PHP
========================================

This example is a fork from the [Spine Contacts Example](http://github.com/maccman/spine.contacts) for the [Spine](http://github.com/maccman/spine) JavaScript library.

##Features

* Contact CRUD
* MySQL Storage with PHP and AJAX

##Usage

1. Checkout the Git repository
2. Install npm dependencies: `npm install .`
3. Install [Hem](http://spinejs.com/docs/hem): `npm install -g hem`
4. Build: `hem build`
5. Create a virtual host and point to the public folder
6. Create the database structure. The dump file is inside the Resources folder and the connection information are inside the file: public/contacts.php
7. Open [http://spinecontacts.dev](http://spinecontacts.dev)