LeopoldoGurgel / Project2

Initial repo for our second project
MIT License
1 stars 0 forks source link

login route for doctor working and sends to the dr search page. #55

Closed JD2929 closed 1 year ago

JD2929 commented 1 year ago

Got the doctor login route working. Sends the doctor to the drseach page when logged in.

JD2929 commented 1 year ago

The signup currently works.

It does not distinguish dr from the patient.

It will need verification that we do not already have a patient by that name. and send a different response code.

needs a try-and-catch for db errors.

needs to send to patient info page.

LeopoldoGurgel commented 1 year ago

Awesome, JD. I was about to start trying to solve that!