The microservice based on Silex framework. Webserver setup manual is here.
Microservice provides limited API endpoints to fulfill the test requirements. As a DB the db.json file used. For the production environment that should be the real RDBMS.
composer install
bin/doctrine orm:schema-tool:create
Default is a dev
environment.
For the production environment set the environment variable as follows:
apache:
SetEnv APP_ENV dev
nginx:
fastcgi_param APP_ENV dev
bin/doctrine dbal:import ./features/dbtink-test.sql ; bin/behat