https://github.com/codef0rmer/addressbookmvc
Made this in order to dig some of the known MV* frameworks having PHP & Mysql in the backend.
https://github.com/codef0rmer/addressbookmvc
Last synced: about 1 year ago
JSON representation
Made this in order to dig some of the known MV* frameworks having PHP & Mysql in the backend.
- Host: GitHub
- URL: https://github.com/codef0rmer/addressbookmvc
- Owner: codef0rmer
- Created: 2012-06-15T17:09:01.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-23T11:56:40.000Z (over 13 years ago)
- Last Synced: 2025-05-09T02:15:01.057Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://amitgharat.wordpress.com/2012/06/23/writing-your-first-application-using-backbone-js/
- Size: 4.23 MB
- Stars: 17
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Addressbook in Backbone.js
A simple app created using Backbone.js/PHP/Mysql for a blog post
## Quick start
* Install Apache, Mysql and PHP.
* Dump the database `db.sql` into Mysql.
* Modify hostname, database username and password in `php/config.php` to suit your need.
## Whats covered
* Add/Edit/Delete Contact
* List all contacts
* Search through contacts
## License
* [Mozilla Public License](http://www.mozilla.org/MPL/)