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

@@ -14,7 +14,6 @@ make start # start 5 services
make rebuild # rebuild on changes
make logs # tail all logs
make migrate # run DB migrations
make test # backend + frontend tests
```
## Documentation
@@ -26,4 +25,4 @@ make test # backend + frontend tests
## URLs and Hosts
- Frontend: `https://motovaultpro.com`
- Backend health: `http://localhost:3001/health`
- Backend health: `https://motovaultpro.com/api/health`