TAP is a platform to create small appps.
Use npm.
npm ci
npm run buildStarts all packages with turborepo
npm startGo to http://localhost:3000
cd packages/web-client
npm startcd packages/backend
npm startdocker compose up -decho "MONGODB_URI=mongodb://localhost:20001" > packages/backend/.envCheck mongo-ui here: http://localhost:3003/ (creds: admin/admin)