Skip to content

nikhil-lu210/BlueOrange

Repository files navigation

BlueOrange Web Application

Features

  • Role-Based Access: Developer & Super Admin (Pre-Defined Roles).
  • Real-Time Notifications: Keeps users updated.
  • File Management: Simplified uploads and downloads.
  • Chat System: Real-time messaging between users.

Installation Guide

Follow these steps to set up the project on your local environment:

Prerequisites

Ensure you have the following installed on your system:

  • PHP (8.2 or higher)
  • Composer
  • Node.js & npm
  • MySQL or a compatible database system

Steps

Step 1: Clone the repository and navigate to the project directory

git clone https://github.com/nikhil-lu210/BlueOrange.git
cd BlueOrange

Step 2: Install dependencies

composer install
npm install

Step 3: Set up environment variables

cp .env.example .env
php artisan key:generate

Step 4: Update the .env file with your database credentials

Step 5: Run database migrations and seeders

php artisan migrate  --seed

Step 6: Build frontend assets

npm run dev

Step 7: Start the local development server

php artisan serve

Default Credentials

Developer

UserID: 20230201
Password: 12345678

Super Admin

UserID: 20202020
Password:  12345678

Troubleshooting

Verify .env configurations

Clear Optimization

php artisan optimize:clear

For more help Visit the official Laravel documentation: https://laravel.com/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •