Skip to content

A Pencak Silat matchmaking system streamlining the traditional practice.

Notifications You must be signed in to change notification settings

burnjoe/philsilat

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

📘 Requirements

Make sure you have installed the following:

🔧 Installation

Starting XAMPP Server

  1. Open XAMPP Control Panel
  2. Start Apache & MySQL servers
  3. Search http://localhost/phpmyadmin in any browser
  4. Create new database and name it 'philsilat'
  5. Clone the repository with CLI or GitHub Desktop

Cloning Repository with CLI

  1. Open Visual Studio Code
  2. Choose a folder where you want to clone the repository in File > Open Folder
  3. Open Visual Studio Code terminal (Ctrl + `) and enter the following commands:

Clone the repository

git clone https://github.com/burnjoe/philsilat.git

Change terminal directory

cd philsilat

Cloning Repository with GitHub Desktop

  1. Open GitHub Desktop
  2. Clone the repository in File > Clone Repository

Select URL tab and paste the following:

https://github.com/burnjoe/philsilat.git
  1. Choose a folder where you want to clone the repository and then Clone
  2. Open the cloned repository in Visual Studio Code in Repository > Open in Visual Studio Code

Adding All Dependencies and Setting Up the Project

Open Visual Studio Code terminal (Ctrl + `) and enter the following commands:

Install composer to the project

composer install

Install npm to the project

npm install

Create .env

copy .env.example .env

Generate new app key

php artisan key:generate

Run the migration and seed

php artisan migrate:fresh --seed

⚡ Running the Server

Enter these following commands to your terminal:

Start local development server for your laravel app

php artisan serve

Open new terminal and start local development server for node

npm run dev

✨ You can now access the server at http://localhost:8000

About

A Pencak Silat matchmaking system streamlining the traditional practice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published