What We’re Building
An appointments management app that demonstrates:- Getting available slots for doctors
- Booking appointments
- Managing appointment status
- Updating appointment times
- Retrieving appointment details
Final product

Create Next.js App
Install Eka Care SDK
Setting Up Backend Auth
Head to this repo and you will have a deployed live running backend in 1 click.Building the Appointments App
Replacepages/index.js
with:
Key SDK Methods Used
- Get Slots - Retrieve available appointment slots for doctors
- Book Appointment - Create new appointments with patient details
- Get Appointments - Fetch appointments by date or ID
- Update Time - Modify appointment start and end times
- Status Management - Park, complete, or cancel appointments