What We’re Building
A patients management app that demonstrates:- Adding new patients to directory
- Searching patients by mobile number
- Getting patient details by ID
- Updating patient information
Final product
adding a patient


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 Patients App
Replacepages/index.js
with:
Key SDK Methods Used
- Add Patient - Register new patients in the directory
- Search Patient - Find patients by mobile number
- Get Details - Retrieve complete patient information
- Update Details - Modify patient information and address