Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 948 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 948 Bytes

YourContacts

YourContacts is a little web application to manage your contacts with name, email and phone. It is based on CodeIgniter, Bootstrap and jQuery. The data is saved in a MySQL database.

See it in action: http://youtu.be/whRIIjcSB1c

Current Version: 2.2.2

Usage

Using YourContacts requires the following steps.

  • Copy the yourcontacts folder to your webroot
  • If you are not using PHP 5.4, then you have to activate the short_open_tag in the php.ini
  • Import yourcontacts.sql to your database
  • You could also create a VirtualHost in Apache (yourcontacts.dev)
  • Edit application/config/database.php (password)
  • Open the site in your browser
  • Login user-site: ('user1@mail.com' => 'user' or 'user2@mail.com' => 'user', ...)
  • Login admin-site: ('Admin' => 'Password')

Authors

jubi4dition

Last Words

Have fun, maybe you can learn something from the source code.