Sistem Informasi Monitoring Proyek / Project Management Information System
Built based on feedbacks from my field supervisor during internship at BRI Primary Satellite Control Facility. The web applications offers several features such as:
- Ability to create new project and add personnel members to the project.
- Add and edit subtasks for the project.
- Show overall project’s progress based on the subtasks done and on-progress ratio.
- Change subtasks status between To-Do, In-Progress, Finished, and Revision (a la Bitrix24 Kanban board).
- Upload & download files in the project page.
- Download then extract the program.
cd
inside extracted folder (default folder name is simpro).- Run
composer install
to install dependencies. - Run
cp .env.example .env
then change the relevant .env parameters, e.g. DB_HOST, DB_PORT, etc. - Run
php artisan migrate
to migrate tables to database. - Run
php artisan db:seed
to fill the tables with dummy data - this step is optional.- You can log in to the application with personnel id of '1' to '25' with password 'password'
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.