Copy .env from .env.example file and then write your database config
cp .env.example .env
Run composer install
composer install
Run migrations
php bin/console doctrine:migrations:migrate
Run seeders
php bin/console doctrine:fixtures:load
Run:
symfony serv
Enter in browser:
localhost:8000