   
  
  DATA MANAGER
------------------

Consider the scenario where people usually make use of hand-held diaries
to note down important details as and when required. The details may
include the contact numbers of the various people, their addresses etc.
One may also note down important TODO notes in the same. He can also use
it hold his confidential details such as login credentials, credit card
details etc.

        This application is intended to act as a personal data manager for the
client. Using this application, the client can

I. Managing contacts

   1. Create new contact details, including all the necessary details.
   2. Modify existing details.
   3. Delete the contact info if it is no longer required.
   4. Attach personal picture to contacts.

II. TODO notes

   1. Maintain quick notes which may consist of things to be done, other
quick look-up infos.



These are the following packages that should be installed on machine:

1) graphicsmagick-imagemagick-compat package.
2) Mysql server and mysql client.
3) gtk should be installed.

Following are the DB requirements:
1) DB must have a secure user cs3002_user with password cs3002_password.
2) A database cs3002_database required.
3) cs3002_user must have all rights on database cs3002_database.

These are the following requirements on the folder in which .out of this project is saved:
1) Create and read permissions.
2) A folder named pics/ should be in the same folder with read and create permissions.

How to execute ?

1. Run make
2. ./DataManager

