the project aims to facilitate the organization of the permutaions between groups.
-
Clone GitHub repo for this project locally
git clone https://github.com/noussaiba99/tp_Igl projectName
-
cd into the project
cd projectName
-
Install Composer Dependencies
composer install
-
Install NPM Dependencies
npm install
-
Create a copy of your .env file
cp .env.example .env
-
Generate an app encryption key
php artisan key:generate
-
Create an empty database for our application
-
In the .env file, add database information to allow Laravel to connect to the database
-
Migrate the database
php artisan migrate
-
launch the project
php artisan serve