Files
motovaultpro/docs
Eric Gullickson 2cc9cc5f9f Gas Station Prep
2025-11-03 14:18:25 -06:00
..
2025-11-02 10:34:43 -06:00
2025-11-02 09:37:58 -06:00
2025-11-01 21:27:42 -05:00
2025-11-03 14:18:25 -06:00
2025-11-03 14:18:25 -06:00
2025-10-16 19:20:30 -05:00
2025-11-01 21:27:42 -05:00
2025-11-02 10:34:43 -06:00
2025-11-03 14:06:54 -06:00
2025-11-02 10:34:43 -06:00
2025-11-01 21:27:42 -05:00
2025-10-16 19:20:30 -05:00
2025-11-03 14:06:54 -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
  • 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 http://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.