"# OrgChartPhp"

Steps to test!

1.) Clone or download repo

2.) Run the following:

 composer install
 
 npm install
 
 php artisan serve

3.) go to http://127.0.0.1:8000/

4.) Enjoy!


The following is a work in progress and will continue to be added to. I plan on refactoring into classes and running tests to make sure code passes a good amount of QA, Then rebuilding with BDD and OOP.