Nactore-Org / Nacto-Care

Empowering Indian nurses to bridge the gap from 2.06 to 3 nurses per 1000 people as per WHO's convention, transforming healthcare employment in India
https://nacto-care.vercel.app
GNU General Public License v3.0
25 stars 56 forks source link

Return all patients details #71

Open Rhythm1710 opened 4 months ago

Rhythm1710 commented 4 months ago

Describe the feature

There is no api to return all patient details

Add ScreenShots

image

Record

Harshil-Jani commented 4 months ago

@Rhythm1710 Here too. List all the endpoints.

Rhythm1710 commented 4 months ago

I can create all CRUD operations for both nurse and patients and can using foreign key I can get all the patients linked to nurse. I can also create any other apis you want. Also Can I also implement authorization and admin routes?

Harshil-Jani commented 4 months ago

Thanks for clarifying @Rhythm1710 . For now let's start with CRUD and Auth.