This server holds data about the patients, the devices posting data, and the sensor data posted by the devices.
Install dependencies and start the dev server:
npm install
npm start
The app will be available from http://localhost:3000.
[To be completed]
To build the app bundle for production run:
npm run build
Your app will be available in the build directory.