Files
motovaultpro/docs
2025-12-25 13:52:46 -06:00
..
2025-11-05 19:04:06 -06:00
2025-12-14 12:00:42 -06:00
2025-12-21 19:56:52 -06:00
2025-11-02 09:37:58 -06:00
2025-11-07 13:51:47 -06:00
2025-11-04 18:38:06 -06:00
2025-10-16 19:20:30 -05:00
2025-11-05 11:04:48 -06:00

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
  • Admin feature: docs/ADMIN.md - Role management, APIs, catalog CRUD, station oversight
  • Development Environment: docker-compose.yml
  • Application features (start at each README):
    • backend/src/features/admin/README.md - Admin role management and oversight
    • backend/src/features/platform/README.md - Vehicle data and VIN decoding
    • backend/src/features/vehicles/README.md - User vehicle management
    • backend/src/features/fuel-logs/README.md - Fuel consumption tracking
    • backend/src/features/maintenance/README.md - Maintenance records
    • backend/src/features/stations/README.md - Gas station search and favorites (Google Maps integration)
    • backend/src/features/documents/README.md - Document storage and management

Notes

  • Canonical URLs: Frontend https://motovaultpro.com, Backend health https://motovaultpro.com/api/health.
  • All 7 features have comprehensive test suites (unit + integration tests).