26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# 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`
|
|
- Database Migration: `docs/DATABASE-MIGRATION.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: Basic test structure exists for vehicles and documents features; other features have placeholder tests.
|