/blood-pressure-tracker

An app to track blood pressure readings (Go + Redis + Vue)

Primary LanguageVueMIT LicenseMIT

Blood Pressure Tracker

An app to track blood pressure readings (Go + Redis + Vue)

Requirements

Docker

Docker Compose

Instructions on how to get Docker Compose/Docker setup:

https://docs.docker.com/compose/install/

Instructions

From the main directory of the repo run: docker-compose up

Or if you'd like for the services to run in the background: docker-compose up -d

Note: The first time you run this it takes a while

Go to http://localhost:8080 once everything is running

Screenshots

Screenshot 2020-07-25 at 16 51 47

Screenshot 2020-07-25 at 16 52 02

TODO

  • Add legend to chart
  • Allow users to edit readings (PUT)