A Symfony application for managing recipes.
Ensure you have PHP 8.4 and sqlite extension on your pc.
composer install
bin/console doctrine:migrations:migrate -n
bin/console doctrine:fixtures:load -nsymfony serve # if you have the symfony binaryphp -S localhost:8000 -t public/ # if you only have phpbin/console doctrine:migrations:migrate -ne test
bin/console doctrine:fixtures:load -ne test
bin/phpunitInstall castor locally or globally. Now, you should be able to run these commands:
castor phpstan
castor cs
castor fixturesOtherwise, use
php vendor/bin/phpstan
php vendor/bin/php-cs-fixer fix
php vendor/bin/doctrine orm:fixtures:load -n- Display the calories of each recipe on the "show" page, using the nutritionix api natural language processing.