Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
/ FamilyTree Public archive

A web application to store and track a family tree.

Notifications You must be signed in to change notification settings

kiran94/FamilyTree

Repository files navigation

FamilyTree

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:

  1. Clone Repo
  2. Host the files on a web server or localhost
  3. Navigate to addmember.php
  4. 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.
  5. 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.

About

A web application to store and track a family tree.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published