cgeltly / treechecker

Error checking for genealogical data files
GNU General Public License v3.0
2 stars 1 forks source link

TreeChecker

TreeChecker is a Laravel application that allows users to run error checks on their GEDCOM family tree files. GEDCOM files can be uploaded and parsed using a slightly modified version of the Webtrees parser, then checked for a variety of errors (see the documentation at http://www.treechecker.net/wiki/ for a specification).

TreeChecker comes with a database model that allows for multiple users and family tree files. The Laravel Eloquent ORM makes querying a breeze and allows for rapid development of new features.

(Development) Installation of TreeChecker

Preliminaries

Initialization

Database seeding

Back-end

Front-end

Testing

Last but not least

Want to know more about Laravel?