Skip to content

Goker is a web application currently in development. Stay tuned for more updates as we continue to build and enhance the platform. Documentation will be updated regularly to provide detailed information on features, setup, and usage once the application is ready for release.

Notifications You must be signed in to change notification settings

junssekut/goker

Repository files navigation

Goker

Goker is an website application, TBA, On Development, docs will be updated.

goker image

Table of Contents

Installation

Cloning The Repo

Windows x64

git clone https://github.com/junssekut/goker.git

Linux

# Clone the repository
sudo apt update
sudo apt install -y git

git clone https://github.com/junssekut/goker.git

macOS

# Clone the repository
brew update
brew install git

git clone https://github.com/junssekut/goker.git

Requirements

You need to install these requirements first before using this web application

Setting Up Environment

composer install
php artisan key:generate
php artisan migrate

php artisan serve # run laravel application

Installing Vite

Add another command prompt at terminal and run

npm install && npm run dev

Usage

Running Laravel

On first terminal, run laravel by doing

php artisan serve

Running Vite

On second terminal, run vite by doing

npm run dev

Web Application

On your terminal there will be an IP Address that contains Goker Website Application

alt text

Database Configuration

.env file

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.

Migrate Database && Seed

php artisan migrate:fresh --seed

About Goker

Built brick by brick using our simply hands and behold,

  • Shean Finnegan
  • Matthew Raditya A. P.
  • Cecilia Oktaviana
  • Irene Setievi
  • Arjuna Andio

Libraries

Data Migrations

About

Goker is a web application currently in development. Stay tuned for more updates as we continue to build and enhance the platform. Documentation will be updated regularly to provide detailed information on features, setup, and usage once the application is ready for release.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published