This commit is contained in:
Eric Gullickson
2025-11-04 18:38:06 -06:00
parent d8d0ada83f
commit d4156cf521
20 changed files with 1149 additions and 186 deletions

View File

@@ -5,8 +5,8 @@
- Work Modes:
- Feature work: `backend/src/features/{feature}/` (start with `README.md`).
- Commands (containers only):
- `make setup | start | rebuild | migrate | test | logs`
- Shells: `make shell-backend` `make shell-frontend`
- `make setup | start | rebuild | migrate | logs | logs-backend | logs-frontend`
- Shells: `make shell-backend` | `make shell-frontend`
- Docs Hubs:
- Docs index: `docs/README.md`
- Testing: `docs/TESTING.md`
@@ -17,6 +17,6 @@
- Frontend Overview: `frontend/README.md`.
- URLs and Hosts:
- Frontend: `https://motovaultpro.com`
- Backend health: `http://localhost:3001/health`
- Backend health: `https://motovaultpro.com/api/health`
- Add to `/etc/hosts`: `127.0.0.1 motovaultpro.com`