The Hydromet Station Maintenance System aims to automate the process of keeping track of and creating maintenance records for each hydromet station. This project will be used by the Department of Science and Technology (DOST) in Region IV-A (CALABARZON).
- Laravel Framework v5.4 (https://laravel.com/docs/5.4)
- php v>=5.6
- Create own env file. Modify the following from .env.example:
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
with proper values then save as .env
- In the command line, run:
php artisan key:generate
- Serve the project
php artisan serve
- Get: First && Last Name (permanent), Employee ID (permanent), E-mail, Position/designation
- Register: First && Last Name (permanent), Employee ID (permanent), E-mail, Position/designation
- Go to User List and set the user's permission/rule (admin || user)
- Levie Abigail Lutero - (https://github.com/ayellutero)
- Abbygail Mendoza - (https://github.com/absmendoza)