costco-grocery-list/backend
2026-02-21 00:07:11 -08:00
..
config add api/config for current newly-implemented filesize restriction settings applied on the front end and possibly futrure configs 2026-01-04 19:54:22 -08:00
constants further apply zoning and add ordering by zone feature 2026-01-02 15:33:53 -08:00
controllers feat: support assigning grocery items to other household members 2026-02-20 23:33:22 -08:00
db feat: enable cookie auth flow and database url runtime config 2026-02-16 01:49:03 -08:00
middleware fix: harden auth inputs, throttling, and debug exposure 2026-02-18 12:24:15 -08:00
migrations phase 3 - create minimal hooks to tie the new architecture between backend and frontend 2026-01-25 23:23:00 -08:00
models fix(invites): lock invite row without outer join update error 2026-02-21 00:07:11 -08:00
public phase 3 - create minimal hooks to tie the new architecture between backend and frontend 2026-01-25 23:23:00 -08:00
routes fix: harden auth inputs, throttling, and debug exposure 2026-02-18 12:24:15 -08:00
tests feat: support assigning grocery items to other household members 2026-02-20 23:33:22 -08:00
utils fix: harden auth inputs, throttling, and debug exposure 2026-02-18 12:24:15 -08:00
.dockerignore Update backend for RBAC 2025-11-21 18:09:33 -08:00
.env.example feat: enable cookie auth flow and database url runtime config 2026-02-16 01:49:03 -08:00
app.js fix: harden auth inputs, throttling, and debug exposure 2026-02-18 12:24:15 -08:00
Dockerfile Update backend for RBAC 2025-11-21 18:09:33 -08:00
nodemon.json have backend automatically reload with the addition of nodemon.json and within it are watch settings 2026-01-02 13:55:54 -08:00
package-lock.json wip 2026-01-01 22:55:39 -08:00
package.json wip 2026-01-01 22:55:39 -08:00
server.js Update backend for RBAC 2025-11-21 18:09:33 -08:00