Skip to content

3 entries for user super admin, admin, user. User can send bank issue. The bank administrator checks the issue and the administrator can accept or reject the issue. When the admin accepts the issue, the issue is forwarded to the super admin (email functionality included)

Notifications You must be signed in to change notification settings

Dilan032/Bank-Complaining-Web-Appilaction

Repository files navigation

Deploy Web Application

Install Dependencies:

  • For PHP dependencies composer install
  • For Node.js dependencies npm install

Generate the Application Key:

php artisan key:generate


Configure the Environment:

  • Open the .env file and configure your database
  • configure your Email Details

Run Database Migrations:

Warning

First you need to migrate the bank table. Then migrate the rest.
Run the following two codes one after the other.

  • php artisan migrate --path=/database/migrations/2024_07_26_043735_create_banks_table.php
  • php artisan migrate

Run Database Seeders to add main super admin

  • php artisan db:seed

Super Admin Details

user name : super admin
user email : [email protected]
user password : 12345678


Start Laravel Development Server:

  • php artisan serve

About

3 entries for user super admin, admin, user. User can send bank issue. The bank administrator checks the issue and the administrator can accept or reject the issue. When the admin accepts the issue, the issue is forwarded to the super admin (email functionality included)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages