This is API written in Symfony for Pytacz application.
- Composer
- Docker
- PHPUnit
docker-compose upcomposer installphp bin/console doctrine:database:createphp bin/console doctrine:schema:update --forcephp bin/console doctrine:database:create --env=testphp bin/console doctrine:schema:update --env=test --forceopenssl genrsa -out var/jwt/private.pem -aes256 4096- key should match
jwt_key_pass_phrasefrom parameters.yml
- key should match
openssl rsa -pubout -in var/jwt/private.pem -out var/jwt/public.pem- key should match
jwt_key_pass_phrasefrom parameters.yml
- key should match