Files
motovaultpro/AI-INDEX.md
Eric Gullickson d4156cf521 Stuff
2025-11-04 18:38:06 -06:00

23 lines
970 B
Markdown

# MotoVaultPro AI Index
- Load Order: `.ai/context.json`, then `docs/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 with `README.md`).
- Commands (containers only):
- `make setup | start | rebuild | migrate | logs | logs-backend | logs-frontend`
- Shells: `make shell-backend` | `make 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`
- Core Backend Modules: `backend/src/core/` (see `backend/src/core/README.md`).
- Frontend Overview: `frontend/README.md`.
- URLs and Hosts:
- Frontend: `https://motovaultpro.com`
- Backend health: `https://motovaultpro.com/api/health`
- Add to `/etc/hosts`: `127.0.0.1 motovaultpro.com`