reporting-web

A web application built with Laravel 8, designed to support reporting services for internal corporate of BRI Bank in Denpasar.

Stars
0
Committers
1

About BRI Reporting Web

BRI Reporting Web is a web application built with Laravel 8, designed to support reporting services for internal corporate of BRI Bank in Denpasar.

Key Features

  • 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.

Getting Started

Requirements

  • PHP >= 8.0
  • Composer
  • MySQL database
  • Web Server: Apache, Nginx, or similar

Installation

  1. Clone Repository

     git clone https://github.com/your-username/reporting-web.git
     cd reporting-web
     composer install
    
  2. Create Environtment Don't forget to add mail credential for email notification

    cp .env.example .env
    
  3. Generate Key in .env

    php artisan key:generate
    
  4. Create Database Create a database named "reporting"

  5. Run The Migrations

    php artisan migrate --seed
    
  6. Run The Web

    php artisan server
    

    Visit http://127.0.0.1:8000 to access the application.

Related Projects