issues
search
LucaStefan112
/
MedConnect-Server
2
stars
1
forks
source link
Adding User Data Endpoints
#18
Closed
omerdikyol
closed
1 year ago
omerdikyol
commented
1 year ago
Adding User Data Endpoints to User Controller and User Route.
Routing Endpoints to /users/
Creating Register Login Endpoints to test User Data Endpoints. (testing purposes)
Adding Hash Function for Register and Login Endpoints (testing purposes) 5.Removing unnecessary .placeholder files.
Adding Specilization variable to User Model.
Adding Results Model taken from M3 ( to test Get Results Endpoint ).
Creating Simple Response interface. Note: Endpoints will not work without authorization and JWT Validation. So it will work after that task is closed.