{"id":15188767,"url":"https://github.com/familytree365/backend","last_synced_at":"2025-10-02T04:31:37.720Z","repository":{"id":47451111,"uuid":"316440677","full_name":"familytree365/backend","owner":"familytree365","description":"Laravel 8 backend for a genealogy website.","archived":true,"fork":false,"pushed_at":"2021-08-31T09:05:19.000Z","size":39235,"stargazers_count":90,"open_issues_count":18,"forks_count":35,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-12-16T23:23:43.154Z","etag":null,"topics":["backend","database","family-tree","genealogy","laravel","laravel8","php","php7"],"latest_commit_sha":null,"homepage":"https://www.facebook.com/familytree365","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/familytree365.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null},"funding":{"github":"genealogiawebsite"}},"created_at":"2020-11-27T08:17:36.000Z","updated_at":"2024-09-23T10:19:57.000Z","dependencies_parsed_at":"2022-09-13T08:31:52.663Z","dependency_job_id":null,"html_url":"https://github.com/familytree365/backend","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/familytree365%2Fbackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/familytree365%2Fbackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/familytree365%2Fbackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/familytree365%2Fbackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/familytree365","download_url":"https://codeload.github.com/familytree365/backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234934593,"owners_count":18909696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","database","family-tree","genealogy","laravel","laravel8","php","php7"],"created_at":"2024-09-27T19:41:54.543Z","updated_at":"2025-10-02T04:31:35.755Z","avatar_url":"https://github.com/familytree365.png","language":"PHP","funding_links":["https://github.com/sponsors/genealogiawebsite","https://opencollective.com/genealogy"],"categories":[],"sub_categories":[],"readme":"## Family Tree 365 - Open Source Family Tree Software - Laravel 8 Backend API\n ![Latest Stable Version](https://img.shields.io/github/release/familytree365/backend.svg)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/familytree365/backend/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/familytree365/backend/?branch=master)\n[![Build Status](https://scrutinizer-ci.com/g/familytree365/backend/badges/build.png?b=master)](https://scrutinizer-ci.com/g/familytree365/backend/build-status/master)\n[![Code Intelligence Status](https://scrutinizer-ci.com/g/familytree365/backend/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)\n[![StyleCI](https://github.styleci.io/repos/316440677/shield?branch=master)](https://github.styleci.io/repos/316440677)\n[![CodeFactor](https://www.codefactor.io/repository/github/familytree365/backend/badge/master)](https://www.codefactor.io/repository/github/familytree365/backend/overview/master)\n[![codebeat badge](https://codebeat.co/badges/911f9e33-212a-4dfa-a860-751cdbbacff7)](https://codebeat.co/projects/github-com-modulargenealogy-genealogy-master)\n[![Build Status](https://travis-ci.org/familytree365/backend.svg?branch=master)](https://travis-ci.org/familytree365/backend)\n[![CircleCI](https://circleci.com/gh/familytree365/backend.svg?style=svg)](https://circleci.com/gh/familytree365/backend)\n\n## Build Setup\n\nRun following commands\n```bash\n# install dependencies\n$ composer install\n$ cp .env.testing .env\n```\n\nSet the database information in .env [DB_DATABASE, DB_USERNAME, DB_PASSWORD], then run following commands\n\n```bash\n$ php artisan key:generate\n$ php artisan migrate --path=database/migrations/landlord --database=landlord\n$ php artisan db:seed\n\n# serve with hot reload at localhost:8000\n$ php artisan serve\n```\n\n## Broadcasting Setup\n\n```bash\n# install dependencies\n$ npm install -g laravel-echo-server\n\n$ laravel-echo-server configure\n$ nano .env\n\n  BROADCAST_DRIVER=redis\n  REDIS_PREFIX=\n\n$ laravel-echo-server start\n```\n\nIf you want to keep it in background proccess you should install pm2 or supervisor\n\n## Description\n\nBrowser based genealogy software for interacting and processing data efficiently. Easily create your\nown family tree by importing your existing data or manual data entry. Storage of all data is securely on your own server and does\nnot leave your environment without your permission. In the future there will be optional\nsmart matching with other servers. This is the Laravel 8 backend, see the frontend repository for the Nuxt / Vue client side support.\n\n## Demo\n\nhttps://www.familytree365.com - register a free account\n\n\n\u003c!--h--\u003e\n\n### Thanks\n\nBuilt with Laravel 8\n\nSpecial thanks to [Taylor Otwell](https://laravel.com/), [Jeffrey Way](https://laracasts.com)\n\n### Contributions\n\nare welcome. Pull requests are great, but issues are good too.\n\n## Contributors\n\nThis project exists thanks to all the people who contribute.\n\u003ca href=\"graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/genealogy/contributors.svg?width=890\u0026button=false\" /\u003e\u003c/a\u003e\n\n\n## Backers\n\nThank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/genealogy#backer)]\n\n\u003ca href=\"https://opencollective.com/genealogy#backers\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/genealogy/backers.svg?width=890\"\u003e\u003c/a\u003e\n\n\n## Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/genealogy#sponsor)]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffamilytree365%2Fbackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffamilytree365%2Fbackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffamilytree365%2Fbackend/lists"}