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

25 lines
1.0 KiB
Markdown

# MotoVaultPro Documentation
Project documentation hub for the 5-container single-tenant architecture with integrated platform feature.
## Navigation
- Architecture: `docs/PLATFORM-SERVICES.md`
- Security: `docs/SECURITY.md`
- Vehicles API (authoritative): `docs/VEHICLES-API.md`
- Database schema: `docs/DATABASE-SCHEMA.md`
- Testing (containers only): `docs/TESTING.md`
- Database Migration: `docs/DATABASE-MIGRATION.md`
- Development commands: `Makefile`, `docker-compose.yml`
- Application features (start at each README):
- `backend/src/features/platform/README.md`
- `backend/src/features/vehicles/README.md`
- `backend/src/features/fuel-logs/README.md`
- `backend/src/features/maintenance/README.md`
- `backend/src/features/stations/README.md`
- `backend/src/features/documents/README.md`
## Notes
- Canonical URLs: Frontend `https://motovaultpro.com`, Backend health `https://motovaultpro.com/api/health`.
- Feature test coverage: Basic test structure exists for vehicles and documents features; other features have placeholder tests.