This is my submission for the Laravel + React assessment.
Before running the project, ensure you have the following installed on your system:
- PHP or XAMPP (version 8.2)
- Composer (PHP dependency manager)
- Node.js (version 22.12.0)
- npm or yarn (Node.js package managers)
Follow these steps to set up and run the project:
Download the code zip then extract the folder and open the folder in visual studio
Open the Terminal
in Visual Studio Code
- "composer install"
- "npm install
- "cp .env.example .env"
- "php artisan key:generate"
- "php artisan migrate"
- "npm run dev"
Open another tab of
Terminal
in Visual Studio Code - "php artisan serve" Then ctrl + click the link