Compare commits
No commits in common. "f2f1fb7543cee70fc520cf14bffff449ffffad73" and "df178f706f0f20f0ee7f11d63da584eb620c8915" have entirely different histories.
f2f1fb7543
...
df178f706f
2 changed files with 1 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
*.db
|
||||
socket.io.js
|
||||
__pycache__/
|
||||
logs/*
|
||||
|
||||
venv/*
|
||||
flask_session/
|
||||
.pytest_cache/
|
||||
|
|
2
README
2
README
|
@ -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
|
Loading…
Reference in a new issue