Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.8 KB

File metadata and controls

47 lines (26 loc) · 1.8 KB

Mobile Doc / Pokedoc

Netlify Status

Pokedoc

This is a webapp that connects patients and doctors online.

Run it

  1. Run the backend first
  2. Clone this repo
  3. Create .env file in the root directory and add REACT_APP_BASE_URL variable with the value of the backend url
  4. Run npm install
  5. Run npm start
  6. Open localhost:3000 in your browser

Feature Screenshots

Patient Home

Pokedoc

Doctor Home

Pokedoc

Doctor Profile

Pokedoc

Patient Profile

Pokedoc

Appointment Calendar

Pokedoc

Patient Prescription

Pokedoc

Doctor Prescription

Pokedoc