From fdf214c7d4e3eeb67f5b56e6cbd82e35ca548c02 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk Date: Sun, 8 Jun 2025 13:23:54 +0200 Subject: [PATCH] Fixes and service.sh. --- index.html | 1762 ++++++++++++++++++++++++++++------------------------ service.sh | 4 + 2 files changed, 947 insertions(+), 819 deletions(-) create mode 100755 service.sh diff --git a/index.html b/index.html index a6c9f34..08b482f 100644 --- a/index.html +++ b/index.html @@ -5,890 +5,1014 @@ TourVote - Futuristic Tour Planning
-
-

TourVote

-

Collaborative Tour Planning Platform

-
+
+

TourVote

+

Collaborative Tour Planning Platform

+
-
-

Create a New Tour

-
-
- - -
-
-
- - -
-
- - -
-
-
- - -
- -
-
+
+

Create a New Tour

+
+
+ + +
+
+
+ + +
+
+ + +
+
+
+ + +
+ +
+
- - - - + + +
+ + diff --git a/service.sh b/service.sh new file mode 100755 index 0000000..730faed --- /dev/null +++ b/service.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +cd /home/kaizen/repos/tourplanner || exit 1 +exec python3.11 server.py --port=3002 --data-dir=/home/kaizen/repos/tourplanner/data