git clone https://github.com/cenidetiot/SmartSecurity-Notifications.git
pip install -r requirements.txt
Windows
set FLASK_APP=run.py
Unix
export FLASK_APP=run.py
flask run
python run.py
gunicorn app:app
Web Service to manage push notifications to Android applications using FCM, Python and Orion Contextbroker
Python
git clone https://github.com/cenidetiot/SmartSecurity-Notifications.git
pip install -r requirements.txt
Windows
set FLASK_APP=run.py
Unix
export FLASK_APP=run.py
flask run
python run.py
gunicorn app:app