addressbookMVC
addressbookMVC copied to clipboard
Made this in order to dig some of the known MV* frameworks having PHP & Mysql in the backend.
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.sqlinto Mysql. - Modify hostname, database username and password in
php/config.phpto suit your need.
Whats covered
- Add/Edit/Delete Contact
- List all contacts
- Search through contacts