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)
- Host: GitHub
- URL: https://github.com/cwithmichael/blood-pressure-tracker
- Owner: cwithmichael
- License: mit
- Created: 2020-05-08T02:22:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T03:07:34.000Z (over 3 years ago)
- Last Synced: 2025-02-22T13:43:23.320Z (over 1 year ago)
- Topics: docker, docker-compose, go, redis, vue
- Language: Vue
- Homepage:
- Size: 5.04 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


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