Compare commits

..

2 commits

Author SHA1 Message Date
f2f1fb7543 README 2023-09-20 23:20:14 +02:00
51eb6a986c gitignore 2023-09-20 23:19:18 +02:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,7 +1,7 @@
*.db
socket.io.js
__pycache__/
logs/*
venv/*
flask_session/
.pytest_cache/

2
README
View file

@ -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