DATABASE_URL="postgresql://username:password@127.0.0.1:5432/productdb?serverVersion=13&charset=utf8"
php bin/console doctrine:fixtures:load
docker-compose up --build
symfony server:start
./bin/phpunit
localhost:8000/products
localhost:8000/products?category=sneakers
localhost:8000/products?category=sneakers&priceLessThan=50000