From 083e3f6967ea1224e163392f1008ad33c74ba961 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Wed, 15 Apr 2026 10:47:31 +0200 Subject: [PATCH] Add readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e69de29..2a97cdb 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,15 @@ +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 +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 +