/angular_nodejs_mongodb_find-doctor

Search for doctors and book appointment

Primary LanguageTypeScript

Doctor Search and Appointment Web

Demo Page: https://henryhacode.github.io/find-doctor/

The webpage allows users to search for doctors by some criteria, book an appointment

Features:

Patient:
- Create profile
- List of doctors by specialty (dentist, eye, cardiologist, therapist…), city
- View detail of a doctor
- Book an appointment
- View list of appointments
- Edit appointment (time, cancel appointment)

Doctor: (Optional)
- Create profile (image, description, specialty, …)
- View list of appointments
- Accept/Deny appointment

Extendable features:

- Review doctors
- Do payment
- Advanced search: by reviews, times, …
- Show maps
- Link to insurance companies (able to choose doctor in a specific network)