mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:21:08 +02:00
- Create NestJS backend on port 3020 with 4 modules (space, document, ai, token) - Add Drizzle schema with 5 tables (spaces, documents, token_transactions, model_prices, user_tokens) - Rewrite web services (spaces, documents, tokens, ai) to use shared API client instead of Supabase - Move AI API keys server-side (Azure OpenAI, Google Gemini) - Add seed script for model prices (gpt-4.1, gemini-pro, gemini-flash) - Add 70 unit tests across 4 test suites (space, document, token, ai services) - Add monorepo integration (setup-databases.sh, generate-env.mjs, docker init-db, root scripts) - Remove @supabase/supabase-js dependency and delete supabase.ts from web app - Update CLAUDE.md with full API documentation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| deploy | ||
| mac-mini | ||
| test-data | ||
| test-reporting | ||
| backup-monitoring.sh | ||
| create-gift-codes.mjs | ||
| fix-mixed-imports.mjs | ||
| generate-env.mjs | ||
| generate-staging-secrets.sh | ||
| get-ssh-key.sh | ||
| remove-coolify-references.sh | ||
| run-tests-with-coverage.sh | ||
| setup-databases.sh | ||
| validate-monorepo.mjs | ||