Make/Model Data Loading

This commit is contained in:
Eric Gullickson
2025-11-07 13:51:47 -06:00
parent 060867e796
commit daf1f71e2c
11 changed files with 817 additions and 97 deletions

View File

@@ -2,7 +2,7 @@
## Overview
The MVP Platform module is fully integrated inside the MotoVaultPro backend container. It delivers all platform capabilities without requiring a separate service or container in the simplified five-container stack.
The MVP Platform module is fully integrated inside the MotoVaultPro backend container.
## Architecture
@@ -31,37 +31,6 @@ The platform provides vehicle data capabilities including:
- **Database**: Shared mvp-postgres database
- **Cache**: Shared mvp-redis cache
## Development Workflow
### Local Development
**Start All Services**:
```bash
make start # Starts the five-container stack
```
**Backend Logs (includes platform module)**:
```bash
make logs-backend
```
**Backend Shell (platform code lives here)**:
```bash
make shell-backend
```
### Database Management
**Shared Database**:
- **PostgreSQL** (port 5432): mvp-postgres
- **Redis** (port 6379): mvp-redis
**Database Access**:
```bash
# PostgreSQL
make db-shell-app
```
## Deployment Strategy
### Integrated Deployment