A comprehensive online learning platform for Forex trading education.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- PHP (^8.0 recommended)
- Composer
- Node.js (^16.0 recommended)
- npm
- MySQL or other compatible database
- Clone the Repository
git clone https://github.com/sasankadeshapriya/forex-institute.git cd forex-institute - Install Dependencies
composer install npm i
- Set Up Environment File
cp .env.example .env
- Generate Application Key
php artisan key:generate
- Run Database Migrations
php artisan migrate
- Compile Frontend Assets
npm run dev
- Serve the Application
php artisan serve



