This commit is contained in:
Eric Gullickson
2025-11-01 21:27:42 -05:00
parent 20953c6dee
commit 046c66fc7d
203 changed files with 5699 additions and 404943 deletions

View File

@@ -1,6 +1,6 @@
# MotoVaultPro — Hybrid Platform
# MotoVaultPro — Simplified Architecture
Modular monolith application with independent platform microservices.
Simplified 6-container architecture with integrated platform service.
## Requirements
- Mobile + Desktop: Implement and test every feature on both.
@@ -9,8 +9,8 @@ Modular monolith application with independent platform microservices.
## Quick Start (containers)
```bash
make setup # build + start + migrate
make start # start services
make setup # build + start + migrate (uses mvp-* containers)
make start # start 6 services
make rebuild # rebuild on changes
make logs # tail all logs
make migrate # run DB migrations
@@ -26,5 +26,4 @@ make test # backend + frontend tests
## URLs and Hosts
- Frontend: `https://admin.motovaultpro.com`
- Backend health: `http://localhost:3001/health`
- Add to `/etc/hosts`: `127.0.0.1 motovaultpro.com admin.motovaultpro.com`
- Backend health: `http://localhost:3001/health`