From 51eb6a986c7bbdaf5441cfb98e151f4057e4615c Mon Sep 17 00:00:00 2001 From: 2000-Trek Date: Wed, 20 Sep 2023 23:19:18 +0200 Subject: [PATCH 1/2] gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 10ee33a..4a73e55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.db socket.io.js __pycache__/ - +logs/* venv/* flask_session/ .pytest_cache/ From f2f1fb7543cee70fc520cf14bffff449ffffad73 Mon Sep 17 00:00:00 2001 From: 2000-Trek Date: Wed, 20 Sep 2023 23:20:14 +0200 Subject: [PATCH 2/2] README --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 491f4ba..7886119 100644 --- a/README +++ b/README @@ -5,6 +5,8 @@ How to get started: source venv/bin/activate install requiremens: pip install -r requirements.txt + create the log folder: + mkdir logs start the program: python main.py You can now accses the Website on http://127.0.0.1:5000 \ No newline at end of file