'The Human Five’ is a healthcare and data visualisation mobile-hybrid app that aims to improve the health and mental well-being of the NHS staff by working as a pseudo health assistant.
Our main features:
Our app has a self-rating system that allows the users to themselves across a spectrum of rating tools and methods
Our app has ‘Goal’ creation system helping the user to set aims and work towards fulfillment
Our app gives ways of visualizing data in a meaningful way (with the help of graphs).
Keshav Aggarwal
Xunayi Liu
Constantin Petrescu
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To view the project, you need to install ionic framework and cordova. This can be done by making use of npm (Node Package Manager).
You need to have the latest version of Node.js installed. In case you don’t, you can install it from here
- Open a terminal window (Mac) or a command window (Windows) to install Ionic and Cordova:
npm install -g cordova ionic
On a mac, you may have to use sudo depending on your system configuration:
sudo npm install -g cordova ionic
- If you already have Cordova and Ionic installed on your computer, make sure to update it to the latest version:
npm update -g cordova ionic
Or
sudo npm update -g cordova ionic
- Check the version to see if it is successfully downloaded:
-
Download the zip file, unzip it anywhere on your machine
-
Open a terminal window (Mac) or a command window (Windows), and navigate to the project directory “NHS-IBM-The-Human-Five”, and to the “TH5” folder.
-
Install the server dependencies:
npm install
- Start the application in the browser using ionic lab
ionic serve --lab
After properly setting up everything, by using the ionic lab service, a development mode tab will be shown in your default browser. This simulates two general device screens for both iOS and Android.