Goker is an website application, TBA, On Development, docs will be updated.
git clone https://github.com/junssekut/goker.git
# Clone the repository
sudo apt update
sudo apt install -y git
git clone https://github.com/junssekut/goker.git
# Clone the repository
brew update
brew install git
git clone https://github.com/junssekut/goker.git
You need to install these requirements first before using this web application
composer install
php artisan key:generate
php artisan migrate
php artisan serve # run laravel application
Add another command prompt at terminal and run
npm install && npm run dev
On first terminal, run laravel by doing
php artisan serve
On second terminal, run vite by doing
npm run dev
On your terminal there will be an IP Address that contains Goker Website Application
Set .env database section to
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=goker
DB_USERNAME=root
DB_PASSWORD=
After that, we can turn on XAMPP.
php artisan migrate:fresh --seed
Built brick by brick using our simply hands and behold,
- Shean Finnegan
- Matthew Raditya A. P.
- Cecilia Oktaviana
- Irene Setievi
- Arjuna Andio
- MySQL integrated with Laravel
- XAMPP Control Panel