6 Commits
Author SHA1 Message Date
thatnewyorker fbd53f821f Merge branch 'main' of https://git.gabens.lol/thatnewyorker/employee-tracking-backend 2025-08-20 21:14:24 -04:00
thatnewyorker f6d0d9b5ec Update MongoDB URI to use Docker hostname 2025-08-20 21:14:23 -04:00
thatnewyorker d3feeef996 Rename employee-tracking-backend to purenotify_backend and add OFFLINE
mode

- Rename crate and update dependencies to newer versions - Add OFFLINE
runtime mode for loopback-only server without DB - Refactor state
handling with typed Axum routers and state injection - Rename mongodb
module to mongo and fix imports accordingly - Update Cargo.lock with
updated and removed dependencies - Remove no-auth feature and related
code - Simplify health and user routes to generic state parameter Rename
backend to purenotify_backend and add OFFLINE mode

Use OFFLINE env var to run server without DB, binding to loopback only.
Rename mongodb module to mongo and update dependencies. Update
dependencies and fix router state handling.
2025-08-20 20:53:22 -04:00
thatnewyorker 3d7da03bcf Initialize project with basic backend setup 2025-08-15 16:30:26 -04:00
thatnewyorker 96b30b90cb first commit 2025-08-14 12:09:17 -04:00
thatnewyorker 3dc6c86c3b Initialize project with basic backend setup 2025-08-14 11:56:32 -04:00