Skip to content

daguttt/tracking-api-test-back-bbl

Repository files navigation

Tracking API - BBL Backend Technical Test

The test is structured in a monorepo with 2 apps for each stage located in the apps/ folder.

pnpm Monorepo Prerequisites

  1. Node.js (version specified in .nvmrc)
  2. Package Manager: pnpm
    • Check out why and how to install it here
  3. Install the monorepo dependencies:
    pnpm i

Note

This will install all dependencies of the monorepo, including the dependencies of the apps.

Stages

Refer to the documentations of each stage for more details.