This repo contains all the microservices for the Mobility Scooter Web App.
This repo is powered by turbo repo, which enables global tasking running from the root directory. Simply run the following commands to execute all of the matching commands from each app:
Turborepo uses pnpm as a package manager, and caches packages using pnpm workspaces.
pnpm iLaunches docker-compose, and all apps:
pnpm devBuilds web and api apps:
pnpm buildTests the api app:
pnpm test