A web application to store and track a family tree.
The application uses a backend MYSQL database allowing anyone who has installed the software to use it on there own family line.
The CSS for the tree.css file can be found here: http://thecodeplayer.com/walkthrough/css3-family-tree
Installation:
- Clone Repo
- Host the files on a web server or localhost
- Navigate to addmember.php
- Start adding family members in chronological order(This is optional but will help later), The root (Oldest Member) of the tree should have a parentID of 0 or Unknown.
- Open index.php and edit line: 48. $indexes=array(); Within the indexes array will be the relationID of where you want to slice the tree from. e.g. $indexes=array(10, 37, 52, 70, 74);
In future updates, this last step will be made much easier for the user where they can slice the tree in a more user friendly way other than changing actual code.