Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 437 Bytes

readme.md

File metadata and controls

21 lines (12 loc) · 437 Bytes

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