git clone https://github.com/ouabel/phpMyStudents.git
composer install
Edit .env
or create .env.local
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
php bin/console doctrine:fixtures:load
php bin/console server:run