Giltz254 / medical-consultation-forum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Consultation-App - Medical Services Management App

Mock-Up

Description

E-Consultation-App is Medical Services Management System that enables Meru University students to consult to the University's Physician at any given time, to recommend the right treatment, medication and make prescriptions. You can use doctor@gmail.com and 12345678 as email and password to test the physician account. For Students you can use the android app download here and johndoe@gmail.com and 12345678 as credentials.

Deployed at https://e-consultation-app.herokuapp.com/

Specification

  1. RESTful API
  2. S3 Bucket
  3. Document & Image Processing
  4. Real-Time Consultation System
  5. Verifiable & Downloadable Prescription & Medical Records by Doctor

Installation

  1. Before following this steps, environment variables must be define in config.env

  2. Copy Files

git clone https://github.com/user109436/Medical-Services-Management-App.git
  1. Open Directory in VS Code or Any Text Editor
  2. Install Packages in main directory (Server Level)
npm install
  1. Run Database Seeds or Dummy Data
cd utils
node database
  1. Install Packages in client folder (Client Level)
cd client
npm install
  1. Run project on developement (will run server and client)
npm run develop
  1. Run Server Only (Optional)
npm run server
  1. Run Client Only (Optional)
cd client
npm start

About


Languages

Language:JavaScript 99.5%Language:HTML 0.4%Language:CSS 0.1%