Compare commits

..

No commits in common. "f2f1fb7543cee70fc520cf14bffff449ffffad73" and "df178f706f0f20f0ee7f11d63da584eb620c8915" have entirely different histories.

2 changed files with 1 additions and 3 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,8 +5,6 @@ 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