vedanta1097 / DSS_Grab

Decision Support System for determining the best Grab driver using Simple Additive Weighting method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSS_Grab

Created using Laravel for backend and AdminLTE for frontend.
Easy AdminLTE integration with Laravel 5: github.com/jeroennoten/Laravel-AdminLTE

Run it locally

To install:

  1. Create database dss_grab
  2. Change the .env file into your own database's username and password:
    DB_DATABASE=dss_grab
    DB_USERNAME= your username
    DB_PASSWORD= your password
    
  3. Go to your project folder and run php artisan migrate
  4. php artisan serve

Screenshots

1 2

About

Decision Support System for determining the best Grab driver using Simple Additive Weighting method


Languages

Language:PHP 74.1%Language:HTML 23.2%Language:CSS 1.4%Language:JavaScript 0.9%Language:Vue 0.4%