This is a simple RESTful API for booking and managing doctor appointments. The system includes two user roles: Patients and Doctors. doctor-booking-api/ ├── controllers/ │ ├── appointmentController.js ...
This is the refactored backend API for the SOS Tourist Doctor application, built with Node.js and Express, and using Supabase as the primary database.