Health Hive is a blockchain-based health and lab report storing system. It leverages modern technologies like Spring Boot, React, React Native, IPFS, Firebase, Pinatacloud, Docker, Prometheus, and Grafana to provide a secure and efficient solution for managing health records.
This app was created with Bootify.io - tips on working with the code can be found here. Feel free to contact us for further questions.
When starting the application, docker compose up
is called and the app will connect to the contained services.
Docker must be available on the current system.
During development, it is recommended to use the profile local
. In IntelliJ, -Dspring.profiles.active=local
can be added in the VM options of the Run Configuration after enabling this property in "Modify options". Create your own application-local.yml
file to override settings for development.
After starting the application, it is accessible under localhost:8080
.
The application can be built using the following command:
./mvnw clean package