[go: up one dir, main page]

Skip to content

jiliangarette/club-nexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Club Nexus Locally: Step-by-Step Guide

📋 Prerequisites

  1. Visual Studio Code

  2. Node.js

  3. XAMPP

  4. Composer

  5. Git

    • Download: Git

Test

  • Ensure that you have all the required software installed as listed above.
    node -v
    php -v
    composer -v

🔧 Setup Instructions

1. Clone Repository

git clone https://github.com/jiliangarette/club-nexus.git

2. Navigate to the Project Directory

cd club-nexus

3. Set Up Environment Variables

cp .env.example .env

4. Generate Application Key

php artisan key:generate

5. Install Node.js Dependencies

npm install

6. Install PHP Dependencies

composer install

🚀 Running the Project Locally

1. Backend

php artisan serve

2. Websocket

php artisan reverb:start

3. Frontend

npm run dev

Open your web browser and navigate to:

http://127.0.0.1:8000/