Copy .env from .env.example file and then write your database config
cp .env.example .envRun composer install
composer installRun migrations
php bin/console doctrine:migrations:migrateRun seeders
php bin/console doctrine:fixtures:loadRun:
symfony servEnter in browser:
localhost:8000