Geographical Information System (GIS) for the LEYECO V electrical company in Leyte, Philippines
Nicknamed HELIOS after an ancient Greek god HELIOS, the personification of the Sun.
A refactor system of the exisiting geographical information system made for an electrical company here in Leyte. One of the reasons why this was made was because during the 2013 super typhoon Yolanda, record-keeping and fetching of the properties (ex. electrical posts, transformers) was a nightmare. Automating that process was one solution to the problem.
Make sure you have installed Node and Composer
Run the command below install the proper dependencies needed
npm install
composer install
Run the command below to migrate the database and seed the data to populate
php artisan migrate:fresh --seed
Run the command below let Vite watch the file changes and enables the hot refresh function (auto-refresh the page every save)
npm run dev
We would like to extend our gratitude to LEYECO V for accepting us in the development of HELIOS GIS.