- This project is a health management system that helps users to keep track of their health records and also provides a platform to connect with doctors and book appointments.
- The project is built using Next.js, MongoDB, Clerk, Tailwind CSS, Vercel, Sanity, Acerternity ui, Shadcn ui, Edge Store, and Gemini Api.
- The project is hosted on Vercel and the database is hosted on MongoDB Atlas.
- The project is built for the Alphabyte hackathon.
- Next.js
- MongoDB
- Clerk
- Tailwind CSS
- Vercel
- Sanity
- Acerternity ui
- Shadcn ui
- Edge Store
- Gemini Api
- Clone the repository
- Run the following command
npm install
- Run
npm run dev
The blockchain component of this project ensures secure, tamper-proof, and decentralized storage of medical records, enhancing data integrity and patient control over their sensitive health information.
- Blockchain technology provides a decentralized system for recording data.
- Each transaction is stored in blocks.
- Blocks are linked together through cryptographic hashes.
- These linked blocks form a chain (blockchain).
- Any alteration to a block is detectable due to the hash linking.
- This ensures that medical records cannot be modified without patient consent.