Initial commit

This commit is contained in:
ok
2025-06-08 13:33:33 +02:00
commit a5c8a76ec0
3 changed files with 184 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# TourPlanner
Tour Planner is a lightweight FastAPI-based service that lets you create “tours,” propose ideas for each tour, and vote on those ideas. It stores each tour as a JSON file in a configurable data directory (with filelevel locking for safe concurrent access), and ships with a minimal static HTML/JavaScript frontend along with helper scripts for local development or deployment under Supervisor.