# Laravel Project Prerequisites ## Requirements ### Server Requirements - PHP >= 8.1 ### Database - MySQL >= 8.0 ### Tools - Composer (latest version) - Node.js >= 18 - npm >= 9 ### Installation Steps 1. Clone the repository: git clone https://git.ranosys.org/ranosys/shell-fit4 2. Install PHP dependencies: composer install 3. Install JavaScript dependencies: npm install 4. Create a .env file from the example: cp .env.example .env 5. Migrate the database: php artisan migrate 6. Seed the database: php artisan db:seed 7. To serve the application locally: php artisan serve