Files
motovaultpro/docs/README.md
2025-09-28 20:35:46 -05:00

996 B

MotoVaultPro Documentation

Project documentation hub for the hybrid platform (platform microservices) and modular monolith application.

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
  • Development commands: Makefile, docker-compose.yml
  • Application features (start at each README):
    • 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://admin.motovaultpro.com, Backend health http://localhost:3001/health.
  • Hosts entry required: 127.0.0.1 motovaultpro.com admin.motovaultpro.com.
  • Feature test coverage varies; vehicles has full coverage, others are in progress.