Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/familytree365/backend
Laravel 8 backend for a genealogy website.
https://github.com/familytree365/backend
backend database family-tree genealogy laravel laravel8 php php7
Last synced: about 1 month ago
JSON representation
Laravel 8 backend for a genealogy website.
- Host: GitHub
- URL: https://github.com/familytree365/backend
- Owner: familytree365
- License: mit
- Archived: true
- Created: 2020-11-27T08:17:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T09:05:19.000Z (about 3 years ago)
- Last Synced: 2024-09-24T16:31:09.590Z (about 1 month ago)
- Topics: backend, database, family-tree, genealogy, laravel, laravel8, php, php7
- Language: PHP
- Homepage: https://www.facebook.com/familytree365
- Size: 37.4 MB
- Stars: 90
- Watchers: 19
- Forks: 34
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Family Tree 365 - Open Source Family Tree Software - Laravel 8 Backend API
![Latest Stable Version](https://img.shields.io/github/release/familytree365/backend.svg)
[![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)
[![Build Status](https://scrutinizer-ci.com/g/familytree365/backend/badges/build.png?b=master)](https://scrutinizer-ci.com/g/familytree365/backend/build-status/master)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/familytree365/backend/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
[![StyleCI](https://github.styleci.io/repos/316440677/shield?branch=master)](https://github.styleci.io/repos/316440677)
[![CodeFactor](https://www.codefactor.io/repository/github/familytree365/backend/badge/master)](https://www.codefactor.io/repository/github/familytree365/backend/overview/master)
[![codebeat badge](https://codebeat.co/badges/911f9e33-212a-4dfa-a860-751cdbbacff7)](https://codebeat.co/projects/github-com-modulargenealogy-genealogy-master)
[![Build Status](https://travis-ci.org/familytree365/backend.svg?branch=master)](https://travis-ci.org/familytree365/backend)
[![CircleCI](https://circleci.com/gh/familytree365/backend.svg?style=svg)](https://circleci.com/gh/familytree365/backend)## Build Setup
Run following commands
```bash
# install dependencies
$ composer install
$ cp .env.testing .env
```Set the database information in .env [DB_DATABASE, DB_USERNAME, DB_PASSWORD], then run following commands
```bash
$ php artisan key:generate
$ php artisan migrate --path=database/migrations/landlord --database=landlord
$ php artisan db:seed# serve with hot reload at localhost:8000
$ php artisan serve
```## Broadcasting Setup
```bash
# install dependencies
$ npm install -g laravel-echo-server$ laravel-echo-server configure
$ nano .envBROADCAST_DRIVER=redis
REDIS_PREFIX=$ laravel-echo-server start
```If you want to keep it in background proccess you should install pm2 or supervisor
## Description
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. This is the Laravel 8 backend, see the frontend repository for the Nuxt / Vue client side support.## Demo
https://www.familytree365.com - register a free account
### Thanks
Built with Laravel 8
Special thanks to [Taylor Otwell](https://laravel.com/), [Jeffrey Way](https://laracasts.com)
### Contributions
are welcome. Pull requests are great, but issues are good too.
## Contributors
This project exists thanks to all the people who contribute.
## Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/genealogy#backer)]
## Sponsors
Support 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)]