added full api

This commit is contained in:
blaisadmin
2026-04-14 22:41:17 -04:00
parent e0ab66d21a
commit 37c8265320
17 changed files with 3146 additions and 978 deletions
+2
View File
@@ -39,6 +39,8 @@ docker compose up --build
3. Open `http://localhost:3000`.
4. The API health check is available at `http://localhost:5000/api/health`.
Full API documentation is available in [docs/API_REFERENCE.md](docs/API_REFERENCE.md).
The default `docker-compose.yml` is development-only. It mounts source files, installs dev dependencies, and runs the backend and frontend in watch mode.
## Production