Make/Model Data Loading
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user