Skip to main content

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

Hero Light

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

Replace pages/index.js with:

Key SDK Methods Used

  1. Get Slots - Retrieve available appointment slots for doctors
  2. Book Appointment - Create new appointments with patient details
  3. Get Appointments - Fetch appointments by date or ID
  4. Update Time - Modify appointment start and end times
  5. Status Management - Park, complete, or cancel appointments

What We Built

A complete appointments management application using the Eka Care SDK where complex scheduling logic is handled by simple SDK method calls. Live App and GitHub Repo