Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 435 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 435 Bytes

Smart Security Notifications Module

Clone this repo

  git clone https://github.com/cenidetiot/SmartSecurity-Notifications.git
 

Install requirements

  pip install -r requirements.txt
 

Run with Flask

  Windows
  set FLASK_APP=run.py

  Unix
  export FLASK_APP=run.py
  flask run

Run with python

  python run.py

Run with gunicorn

  gunicorn app:app