Compare commits
2 commits
df178f706f
...
f2f1fb7543
Author | SHA1 | Date | |
---|---|---|---|
f2f1fb7543 | |||
51eb6a986c |
2 changed files with 3 additions and 1 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,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
|
Loading…
Reference in a new issue