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
|
*.db
|
||||||
socket.io.js
|
socket.io.js
|
||||||
__pycache__/
|
__pycache__/
|
||||||
logs/*
|
|
||||||
venv/*
|
venv/*
|
||||||
flask_session/
|
flask_session/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
|
|
2
README
2
README
|
@ -5,8 +5,6 @@ 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
|
Loading…
Reference in a new issue