Browser based Genealogy software for interacting and processing data efficiently. Easily create your own family tree by importing your existing data or manual data entry. Storage of all data is securely on your own server and does not leave your environment without your permission. In the future there will be optional smart matching with other servers.
The documentation is available here split into backend and frontend. Note that most sections have short demo clips.
-
Download the project with
git clone https://github.com/modularsoftware/genealogy.git --depth 1
-
Within the project folder run
composer install
-
Create a database for your site (see the Laravel database documentation), copy or rename the
.env.example
file to.env
, edit the database configuration information, and runphp artisan key:generate
-
In order to serve the back-end API, take a look at the Local Development Server section of the Laravel installation documentation and consider using Valet for a better experience
-
Run
php artisan migrate --seed
-
Open the
client
folder, copy the.env.example
file, save it as.env
and set the URL for the back-end API (which you've configured at step 4) -
Run
yarn && yarn build
-
Launch the site and log into the project with user:
[email protected]
, password:password
-
For live reload / hot module replacement functionality run
yarn serve
-
(optional) Setup the configuration files as needed, in
config/enso/*.php
Built with Laravel Enso 3.x which is crafted on Laravel 7, Bulma, Vuejs and:
Vue Router, Vuex, Axios, Font awesome 5, Animate.css, Bulma-Extensions, Driver.js, Chart.js, Flatpickr,
Special thanks to Taylor Otwell, Jeffrey Way, Evan You and Jeremy Thomas. Laravel Enso
are welcome. Pull requests are great, but issues are good too.
This package is released under the MIT license.