Choose your working folder and install with git:
git clone https://github.com/WebDevCF2019/CrudOO.git
Create your fork on github and add it to your folder:
git remote add fork YOUR_GITHUB_URL/CrudOO.git
In your console, use composer to install the dependencies:
composer install
In PhpMyAdmin, import the structure of your database (disable foreign key verification!):
datas/CrudOO-structure.sql
In PhpMyAdmin, select the "crudoo" db and then import the data:
datas/CrudOO-datas.sql
To login to the admin:
votre login : lulu
votre pwd : lulu