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.mdbackend/src/features/vehicles/README.mdbackend/src/features/fuel-logs/README.mdbackend/src/features/maintenance/README.mdbackend/src/features/stations/README.mdbackend/src/features/documents/README.md
Notes
- Canonical URLs: Frontend
https://motovaultpro.com, Backend healthhttp://localhost:3001/health. - Hosts entry required:
127.0.0.1 motovaultpro.com. - Feature test coverage: Basic test structure exists for vehicles and documents features; other features have placeholder tests.