feat: persist booked dates in JSON file and exclude booked dates from selection

This commit is contained in:
2026-08-12 18:10:53 +02:00
parent 8685b3c466
commit 23baff9ef0
6 changed files with 102 additions and 5 deletions
+1
View File
@@ -1,6 +1,7 @@
# Server Port & Configuration
PORT=8080
WEB_DIR=public
BOOKED_DATES_FILE=booked_dates.json
# SMTP Configuration
SMTP_HOST=mail.example.com