You will need PHP, Apache, MySQL, phpMyAdmin, composer to run this program
Get XAMPP stack package to eliminate all the hassles
https://www.apachefriends.org/index.html
[How to install laravel]
git clone https://github.com/ronylee11/gdscmmu
cd gdscmmu
git submodule init
git submodule update
composer install
cp .env.example .env
php artisan migrate:refresh --seed
php artisan storage:link
Edit .env file that you've just copied
Replace the following environment variables according to ur locally installed MySQL (or XAMPP)
DB_USERNAME=
DB_PASSWORD=
In terminal
php artisan serve
Now you can view the page in http://localhost:8000