Closed LucaStefan112 closed 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>, },
Create the endpoints for the appointment component. The component will need this main endpoints:
Future endpoints will be added