LucaStefan112 / MedConnect-Server

2 stars 1 forks source link

[Endpoints] Scheduling appointment endpoints #13

Closed LucaStefan112 closed 1 year ago

LucaStefan112 commented 1 year ago

Create the endpoints for the appointment component. The component will need this main endpoints:

Future endpoints will be added

omerdikyol commented 1 year ago

@MariusAchitei you might need to add "specialization" attribute to the user to get doctors for a certaion specialization: specialization: string; and specialization: { type: String, required: false, enum: <You can create array at ./src/helper/enum.ts, then import it and write it here>, },