Skip to content

Family-Tree is a Family History Graph Application

Notifications You must be signed in to change notification settings

kevinmarete/family-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAMILY TREE

Family-Tree is a Family History Graph Application.

Getting Started

Installing requirements

pip install -r requirements.txt

Data Pipeline

Add data to the files listed below:

/data/people.csv for people bio-information

/data/parent_relations.csv for child to parent relationship mapping

/data/partner_relations.csv for person to partner relationship mapping

Starting the application

To run the application locally, run the following command:

flask run --debug

Access from the browser using http://127.0.0.1:5000

Visualize the relationships

HomePage lists all members in the family tree. alt text

Click the #ID for a member to visualize their family tree. alt text

About

Family-Tree is a Family History Graph Application

Resources

Stars

Watchers

Forks

Packages

No packages published