Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d9beud/genealogist
A SaaS free family tree app
https://github.com/d9beud/genealogist
bootstrap family-tree php saas-application symfony twig web
Last synced: about 1 month ago
JSON representation
A SaaS free family tree app
- Host: GitHub
- URL: https://github.com/d9beud/genealogist
- Owner: d9beuD
- Created: 2022-03-06T10:11:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T16:52:31.000Z (11 months ago)
- Last Synced: 2024-02-24T16:14:54.828Z (11 months ago)
- Topics: bootstrap, family-tree, php, saas-application, symfony, twig, web
- Language: PHP
- Homepage: https://genealogist.d9beud.com
- Size: 1.04 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Genealogist, a free family tree app
[![Deploy to FTP](https://github.com/d9beuD/genealogist/actions/workflows/deploy.yml/badge.svg)](https://github.com/d9beuD/genealogist/actions/workflows/deploy.yml)
I started this project as a personal challenge. I wanted to deepen my web programing skills. Because I created this repository a long time ago, the project structure changed several times as I was changing my mind on what this project may work or look like.
## Usage
### Start dev server
In a dev environment, you can start the server with [Symfony CLI](https://symfony.com/download) using the following command.
```sh
symfony serve -d
```### Make icons work
Because Font Awesome won't serve icons on a local IP address (`127.0.0.1`), change the Symfony's server provided address with `localhost` and icons will start working again.
### Entities changed
You made modifications to entities? Don't forget to [create and execute](https://symfony.com/doc/current/doctrine.html#migrations-creating-the-database-tables-schema) a migration file.
## I want to contribute
Thank you, any help is appreciated. Go to issues tab and find one you like without a code branch refered. Then, feel free to fork this repository and start a new pull request.