Main application entry point. Exposes REST API for pdf generation, user panel and homepage.
To start api-gateway service in development mode first of all install npm dependencies:
npm i
Then copy environment variables:
cp .env.example .env
And start service in watch mode:
npm run start:watch