Family-Tree is a Family History Graph Application.
pip install -r requirements.txt
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
To run the application locally, run the following command:
flask run --debug
Access from the browser using http://127.0.0.1:5000