Skip to content

aztecs-team/MedKept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MedKept

Ever wondered why should we need to submit our medical report to the receptionist and how they managed to loose it? Well, we have a solution for you! Our product Medkept is a medical report management system that allows you to keep track of your medical reports and using blockchain technology, and also allows the report to be visible to only the doctor who needs it and the patient whom it concerns.

How to start the project in local environment?

  • Clone the repo
git clone https://github.com/aztecs-team/MedKept.git
  • The Start the react app
cd medkept-react
npm i
npm start
  • Start The Backend Server (Need to edit .env.example to .env and provide required data)
cd medkept-api
npm i
npm start
  • Deploy The Contract (Need to edit .env.example to .env and provide required data)
cd medkept-contract
npx hardhat compile
npx hardhat test
npx hardhat run scripts/deploy.js --network rinkeby