issues
search
Ujjalzaman
/
Doctor-Appointment
A doctor appointment can be obtained by a patient through this website.
https://doctoroncall-bd.netlify.app/
246
stars
161
forks
source link
Implement Madical Department and all the required functionality
#28
Closed
Ujjalzaman
closed
1 year ago
Ujjalzaman
commented
1 year ago
Department of Doctor:
Create Department: /api/v1/department/create (POST) – (ACCESS – admin)
Delete Department: /api/v1/department/:id (DELETE) – (ACCESS – admin)
Update Department: /api/v1/department/:id (PATCH) – (ACCESS – admin)
View Department: /api/v1/department/ (GET) – (ACCESS – admin, patient, doctor)
Search, Filter, and Pagination Department: /api/v1/department/?searchTerm="search"&sortBy="name"&page="10" (GET)
Department of Doctor: