In countries without centralized medical history storage like India, doctors and patients have to maintain their own copies for each document. This leads to problems in storage and in remembering each document’s physical or digital location. This makes doctor visits an arduous task.
In simple terms, it lets you maintain medical reports and medical measurements like blood sugar levels, etc. and share with them your doctor in a secure manner.
- Gatsby
- Firebase
- Netlify
- A PWA has been built using Gatsby as our frontend that uses firebase for Authentication, file storage and database.
- The user sign's up to the platform, getting a view to upload and manage their reports.
- With all the reports in one place it gets easier to find and share medical history with doctor.
- Install All Dependencies:
npm i - Start the Project:
npm start
