Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 396 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 396 Bytes

Hierarchical data

Hierarchical data is a common relational data pattern for representing tree-like data structures, such as an organizational structure, a project breakdown list, or even a family tree.

How to run the project

- Create .env file and put your database credentials
- composer update   /* to download dependencies */
- php artisan migrate
- php artisan serve