👥 Contribution : Samuel Gerard, Olivier Roessel, Coralie Bach
🎓 School : IUT Haguenau
- Copy data connection information to your .env file
cp .env.example .env
- Set the key application to encrypte the data users
php artisan key:generate
- Install php dependencies
composer install
- Install javascript dependencies (inclued react)
npm install
- Link storage folder to public
php artisan storage:link
- Make migrations of the database (in case there is no database provided)
php artisan migrate
Execute the following command to compile the different assests
npm run dev