Welcome to the PySlacker's community website. We are a community of Python programming enthusiasts, please Join Us!.
Install the dependencies, this is often a one time task (but run it whenever they are updated):
pip install -r requirements.txt
Set the application environment variables (check pyslackers/config.py
for others you may need):
export FLASK_APP=pyslackers/__main__.py
export FLASK_DEBUG=1
export PY_ENV=dev
Run the app in development mode:
flask run
python -m pytest
flake8
flask --help
# Info
flask routes