This project was created with Symfony 5.1
composer install
DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7"
MAILER_DSN=smtp://user:password@smtp:587
php bin/console doctrine:database:create
php bin/console make:migration
php bin/console server:run