BRI Reporting Web is a web application built with Laravel 8, designed to support reporting services for internal corporate of BRI Bank in Denpasar.
- Report System: Reporting feature that helps employees of the corporate to contact each other for reporting issues or troubles according to the certain sector
- Email Notification: Email will be sent after reporting
- Admin Dashboard: Manage the reports with a comprehensive dashboard.
- Responsive Design: Optimized for both desktop and mobile devices.
- PHP >= 8.0
- Composer
- MySQL database
- Web Server: Apache, Nginx, or similar
-
Clone Repository
git clone https://github.com/your-username/reporting-web.git cd reporting-web composer install -
Create Environtment Don't forget to add mail credential for email notification
cp .env.example .env
-
Generate Key in .env
php artisan key:generate
-
Create Database Create a database named "reporting"
-
Run The Migrations
php artisan migrate --seed
-
Run The Web
php artisan server
Visit http://127.0.0.1:8000 to access the application.
