grambas / dcc-verifier-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCC Verifier API

Demo API implementation with symfony 5.4 and php 8.1 based on grambas/dcc-verifier-api package in docker

Install / Usage

You are free to use and test it on https://dcc-verifier.de/, but if you want, you can deploy it also local:

  • copy source

  • create your env file app/.env.local with following envs

  • overwrite envs from app./env by your environment and needs. dont forget OAUTH2_ENCRYPTION_KEY

  • start docker containers

docker-compose up
  • prepare your app
composer install 
bin/console doctrine:database:create
bin/console doctrine:schema:update --force
bin/console dcc:trust-list:update

Credits

License

The MIT License (MIT), see License File more information.

About

License:MIT License


Languages

Language:PHP 81.0%Language:Twig 11.9%Language:Shell 4.4%Language:Makefile 2.7%