Back to projects

Doctor Appointment Backend
BackendBackend Developer
This service is the backend for the Doctor Appointment app. It provides the endpoints the mobile client needs — listing available doctors and creating appointment bookings — so the app works against real, shared data.
It's a Node.js and Express API backed by MongoDB, handling the doctor catalogue and the booking workflow.
Highlights
- Endpoints to list doctors and create appointment bookings
- Node.js + Express API backed by MongoDB
- Serves the Doctor Appointment mobile app