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
- Host: GitHub
- URL: https://github.com/dcsg/spineajaxphpcontactsexample
- Owner: dcsg
- Created: 2011-11-20T23:29:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-22T00:24:35.000Z (over 14 years ago)
- Last Synced: 2025-01-05T11:21:23.872Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 294 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)