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 *.db
socket.io.js socket.io.js
__pycache__/ __pycache__/
logs/*
venv/* venv/*
flask_session/ flask_session/
.pytest_cache/ .pytest_cache/

2
README
View file

@ -5,6 +5,8 @@ How to get started:
source venv/bin/activate source venv/bin/activate
install requiremens: install requiremens:
pip install -r requirements.txt pip install -r requirements.txt
create the log folder:
mkdir logs
start the program: start the program:
python main.py python main.py
You can now accses the Website on http://127.0.0.1:5000 You can now accses the Website on http://127.0.0.1:5000