feat(figgos): scaffold backend + mobile app

Add new Figgos project under apps/figgos/ with:
- NestJS backend (port 3025) with Drizzle ORM, health check, metrics
- Expo React Native mobile app with Mana Core Auth, tab navigation
- Shared types package (@figgos/shared)
- Root integration: env generation, dev:figgos:full script, MinIO bucket

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Chr1st1anG 2026-02-10 20:53:54 +01:00
parent 5b6f231e1a
commit 1cffc6de81
40 changed files with 1572 additions and 194 deletions

View file

@ -87,7 +87,9 @@ services:
mc mb --ignore-existing myminio/inventory-storage;
mc mb --ignore-existing myminio/planta-storage;
mc mb --ignore-existing myminio/projectdoc-storage;
mc mb --ignore-existing myminio/figgos-storage;
mc anonymous set download myminio/picture-storage;
mc anonymous set download myminio/figgos-storage;
mc anonymous set download myminio/planta-storage;
mc anonymous set download myminio/inventory-storage;
echo 'Buckets created successfully';