Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.33 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.33 KB

Virtual Vet Application (aka PawBulance)

In the post pandemical world our App helps to connect Vet clinics and patients(pets).
Within this App you can register whether as ✅ pet owner (client) or as ✅ clinic (doctor).
Each account has its own dasboard containing information about pets and appointments.

▶️ Clone this repo and run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

Features of our App:

Logging in with client account. ⬇️

Client side

  1. Searching for vet clinic by:
  • Clinic name
  • Location
  • By pet type
  1. Book an appointment with any clinic. Booking apoointment

  2. Delete an appointment if needed. Delete appointment Delete appointment confirm

  3. Chat, built with Web Sockets. Chat

  4. View all your appointments in user-dashboard. user-dashboard

  5. Adding new pet. new pet

Logging in with clinic account. ⬇️

  1. All information can be found in the dasboard. clinic-dasboard

  2. Video chat with patient. Video chat