Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 738 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 738 Bytes

Gitpod ready-to-code

Slakr

Just a social app




Install Dependencies:

pip install -r requirements.txt


Run App:

python __init__.py


To change the host, change the following value for the "HOST" key in Run in app_settings.py:

"HOST": '0.0.0.0'


To turn off debug mode, change the following value for the "DEBUG" key in Run in app_settings.py:

"DEBUG": False


Learn Flask:

Tech With Tim's flask playlist