Api Platform

Api Platform is responsible for ddockerization of gateway and services. All system elements can be started by running $ docker-compose up command. When you start system it will start:

Installation

  1. Rename/Copy .env.dist file as .env and alter the config values with actual ones.
  2. $ docker-compose up or $ docker-compose up -d will start whole backend systems.

Postman

All gateway endpoints can be tested through postman.

Logs

After startin system, tracking logs can be viewed by executing $ docker-compose logs -f logger-trace on project root. Error logs (fatal, error, warning) can be viewed by $ docker-compose logs -f logger-error.