- PHP 8.0 with extensions (see
composer.json) - Makefile
- Docker, docker-compose
- Composer, Symfony
composer install
make run-db
php bin/console doctrine:migrations:migrate
symfony serveAnd go to http://localhost:8000/report
To actually get any data, run example_data.sql from migrations folder against
localhost instance of PostgreSQL. Default port.