This project was made Essomba Florian and Lejeune Mathéo
Zeki OZKARA
After cloning the project, perform the following manipulations :
- Open XAMPP
- Start apache
- Start MySQL
- Open terminal
Into this terminal,execute the following commands :
cd copies
composer update
- Copy .env.exemple into a new file .env
Into a terminal execute the following commands :
php artisan key:generate
npm install
php artisan migrate
Fill the tables :
php artisan db:seed --class=RolesTableSeeder
php artisan db:seed --class=CreateAdminUsers
php artisan serve
In this terminal execute :
npm run dev