Update readme and plan

This commit is contained in:
2026-04-23 22:51:20 +02:00
parent 22e57996c2
commit 72aa859af0
2 changed files with 31 additions and 71 deletions

View File

@@ -1,15 +1,15 @@
Gatekeeper - Door access system
## Gatekeeper - Door access system
Status: WIP - not prod ready
Dev with `nix develop`
start dev server `uv run fastapi dev`
Swagger UI @ http://127.0.0.1:8000/docs
Dev with `nix develop`
start dev server `uv run fastapi dev`
Swagger UI @ http://127.0.0.1:8000/docs
start prod server `uv run fastapi run`
Issues:
`nix run` currently broken
timeslot not implemented
no auth
no door state
card system is dummy until I get hardware
- `nix run` currently broken
- timeslot not implemented
- no auth
- no door state
- card system is dummy until I get hardware