This is an application for family tree made for Microfest by Ali Khan Mehboob.
- A person can have one father
- A person can have one mother
- A person can have one parent (couple of mother and father)
- A person can have 0 to many children
- A person can have 0 to many spouses (husbands or wife)
- A couple can have 0 to many children (based on parent_id)
- Enter Name and Gender
- Set Father
- Set Mother
- Add Spouse
- Add Child
- Nickname
- Gender
- Fullname
- Date of birth
- Date of death (or at least year of death)
- Address
- Phone Number
- Husband
- Wife
- Marriage Date
- Divorce Date
- Address
- Clone the repo :
git clone https://github.com/Alikhan2904/microfest-family-tree.git
cd microfest-family-tree
composer install
cp .env.example .env
php artisan key:generate
- Create database on MySQL with the name of "microfest"
- Set database credentials in
.env
file php artisan migrate
php artisan storage:link
php artisan serve
- Done (Register as new user to start using the application).