Make sure you have the latest version of Python installed.
git clone https://github.com/kainphoton/Elderly-Wellbeing
cd Elderly-WellbeingImportant! Make sure you are in a Python Virtual Environment before using pip install.
For Windows:
python -m venv venv
venv\Scripts\activateFor Mac and Linux:
python3 -m venv venv
source venv/bin/activateOnce you are in the virtual environment, install the packages:
pip install -r requirements.txtpython main.pyMain Website: http://127.0.0.1:5000
Public Dashboard: http://127.0.0.1:5000/public-dashboard
Main Website: https://elderly-wellbeing.herokuapp.com/
Public Dashboard: https://elderly-wellbeing.herokuapp.com/public-dashboard
- Bootstrap v4.4.1 (https://getbootstrap.com/)
- Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
- The three files chat.html, chat_style.css and socketio.js come from Sandeep Sudhakaran at https://github.com/sandeepsudhakaran/rchat-app on the 12th of May 2019