ElenitaMLG
7e38d60802
Dashboard Page - Appointments:
...
- create separate dashboard components for doctor and patient
- add appointments to dashboard components
- add code to backend for appointments retrieval
2024-04-30 12:48:19 +03:00
ElenitaMLG
116405bd75
readd wwwroot
2024-04-08 15:00:46 +03:00
ElenitaMLG
333ad8be09
update gitignore
2024-04-08 12:56:13 +03:00
ElenitaMLG
c42f5ea788
resolved conflicts
2024-04-08 12:55:07 +03:00
ElenitaMLG
061b15a231
update frontend appsettings
2024-04-08 12:53:03 +03:00
ElenitaMLG
9334fa50cb
UI, landingPage, login, register, reset password, dashboard page
2024-04-08 03:46:05 +03:00
ElenitaMLG
2ccec617a5
pushed api files
...
pushed middlewares
2024-04-07 02:49:34 +03:00
ElenitaMLG
55eaa0d53a
Backend Pacients, Doctors and MedicalHistory endpoints
...
- added for Pacients:
POST: /register
POST: /login
POST: /reset_password
PUT: /profile
DELETE: /profile
- added for Doctors:
POST: /register
POST: /login
POST: /reset_password
PUT: /profile
DELETE: /profile
- added for MedicalHistories:
POST: /:id (only by pacient) - done
GET: /:id (only by pacient) - done
PUT: /:id (only by doctor) - done
PUT /grand_access - TODO
2024-04-07 00:23:13 +03:00
ElenitaMLG
712bea3180
test
2024-04-03 18:45:15 +03:00