Pre-web changes

This commit is contained in:
Eric Gullickson
2025-11-05 11:04:48 -06:00
parent 45fea0f307
commit 0c3ed01f4b
25 changed files with 257 additions and 3538 deletions

View File

@@ -203,7 +203,7 @@ make setup
make logs
# Verify
curl http://localhost:3001/health
curl https://motovaultpro.com/api/health
```
### Verification
@@ -215,7 +215,7 @@ docker compose exec mvp-frontend cat /run/secrets/google-maps-api-key
docker compose exec mvp-frontend cat /usr/share/nginx/html/config.js
# Test API endpoint
curl -H "Authorization: Bearer $TOKEN" http://localhost:3001/api/stations/saved
curl -H "Authorization: Bearer $TOKEN" https://motovaultpro.com/api/stations/saved
```
## Next Steps (Phases 6-11)