S4 group project
In the backend folder, run the following command to install the PHP dependencies:
composer installThere are two folders for the frontend: admin and client.
In the frontend/admin folder, run the following command:
npm installIn the frontend/client folder, run the following command:
npm installIn the backend folder, run the following command to start the Laravel development server:
php artisan serveIn the frontend/admin folder, run the following command:
npm run devIn the frontend/client folder, run the following command:
npm run devThis README was generated by Gemini CLI.