Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.85 KB

README.md

File metadata and controls

59 lines (43 loc) · 1.85 KB

ZenithMed

ZenithMed Logo

Tech Stack 📚

Description 🎗️

ZenithMed is a web application that allows users to get smart recommandations powered by AI based on their symptoms and help them book appointments with respective doctors. Users can also view their appointment history and cancel appointments. Doctors can also view their patients' medical history and add new medical records. On successful diagnosis, users can also view their e-prescription, which is digitally signed by the doctor and ecnrypted using RSA encryption.

Installation 🏓

  1. Clone the repository
  2. Install the dependencies.
pnpm install
cd apps/mobile
flutter pub get
cd ../..
  1. Build the project
pnpm build
cd apps/mobile
flutter build appbundle
cd ../..
  1. Run the project
pnpm start
cd apps/mobile
flutter run -d <device>

Contributors 🤝