An open API service indexing awesome lists of open source software.

https://github.com/cwithmichael/blood-pressure-tracker

An app to track blood pressure readings (Go + Redis + Vue)
https://github.com/cwithmichael/blood-pressure-tracker

docker docker-compose go redis vue

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://user-images.githubusercontent.com/1703143/88466964-5df5e100-ce97-11ea-8680-c88032e2aa57.png)

![Screenshot 2020-07-25 at 16 52 02](https://user-images.githubusercontent.com/1703143/88466965-61896800-ce97-11ea-802a-822c6eccf420.png)

## TODO

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