Getting started

  • for this project you at least need node v14.15.0

Running the project

  • install dependencies with pnpm
  • run pnpm db:migrate:dev in database to run migrations and generate schema
  • run pnpm start:services in the root of the project to start the services
  • run pnpm start:gateway in the root of the project to start the gateway