From d1e4f56ae534c352eba5a69ae096782bb583718a Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 2 Aug 2026 19:27:21 +0200 Subject: [PATCH] added file structure --- backend/auth.py | 0 backend/database.py | 0 backend/events.py | 0 backend/main.py | 3 +++ backend/rooms.py | 0 calendar.db => database/calendar.db | Bin cheese.py => database/cheese.py | 0 7 files changed, 3 insertions(+) create mode 100644 backend/auth.py create mode 100644 backend/database.py create mode 100644 backend/events.py create mode 100644 backend/main.py create mode 100644 backend/rooms.py rename calendar.db => database/calendar.db (100%) rename cheese.py => database/cheese.py (100%) diff --git a/backend/auth.py b/backend/auth.py new file mode 100644 index 0000000..e69de29 diff --git a/backend/database.py b/backend/database.py new file mode 100644 index 0000000..e69de29 diff --git a/backend/events.py b/backend/events.py new file mode 100644 index 0000000..e69de29 diff --git a/backend/main.py b/backend/main.py new file mode 100644 index 0000000..8ef2d59 --- /dev/null +++ b/backend/main.py @@ -0,0 +1,3 @@ +# Python backend for a calender for my friend group. +# We had the problem of never agreeing when or where +# we should meet up, and I hope this fixes the problem. \ No newline at end of file diff --git a/backend/rooms.py b/backend/rooms.py new file mode 100644 index 0000000..e69de29 diff --git a/calendar.db b/database/calendar.db similarity index 100% rename from calendar.db rename to database/calendar.db diff --git a/cheese.py b/database/cheese.py similarity index 100% rename from cheese.py rename to database/cheese.py