937 B
937 B
MotoVaultPro AI Index
- Load Order:
.ai/context.json, thendocs/README.md. - Architecture: Simplified 5-container stack (Traefik, Frontend, Backend, PostgreSQL, Redis) with platform feature integrated into backend.
- Work Modes:
- Feature work:
backend/src/features/{feature}/(start withREADME.md).
- Feature work:
- Commands (containers only):
make setup | start | rebuild | migrate | test | logs- Shells:
make shell-backendmake shell-frontend
- Docs Hubs:
- Docs index:
docs/README.md - Testing:
docs/TESTING.md - Database:
docs/DATABASE-SCHEMA.md - Security:
docs/SECURITY.md - Vehicles API:
docs/VEHICLES-API.md
- Docs index:
- Core Backend Modules:
backend/src/core/(seebackend/src/core/README.md). - Frontend Overview:
frontend/README.md. - URLs and Hosts:
- Frontend:
https://motovaultpro.com - Backend health:
http://localhost:3001/health - Add to
/etc/hosts:127.0.0.1 motovaultpro.com
- Frontend: