This is just a simple app for entering blood pressure results taken at home, as requested by my GP. It is fully responsive so that it's easy to enter data from a mobile device using the Bootstrap framework.
I'm going to assume you have some experience with Docker Compose to get this up and running.
- Clone the repo
- Update the .bpr_env file to include a password for the
MARIADB_PASSWORD
variable - Run the compose stack with the build switch
docker-compose up -d --build
- It will take a few seconds for the DB to get created, you will then get prompted to create the tables within the database, once that process has completed you can start entering data
- By default, the app will be accessible on
http://localhost:8080