Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.02 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.02 KB

Routes:-

/user

https://sehyog.herokuapp.com/user/signup -post api

-req data = aadharno, email, password, cpassword, name

https://sehyog.herokuapp.com/user/signin -post api

-req data = aadharno, password

https://sehyog.herokuapp.com/user/:aadharno -get api


/medHistory

https://sehyog.herokuapp.com/medHistory/add -post api

-req data = aadharno, name, prescriptions

https://sehyog.herokuapp.com/medHistory/:aadharno -get api


/hospital

https://sehyog.herokuapp.com/hospital/signup -post api

-req data = location, bedsAvailable, totalBeds, doctors, bed

https://sehyog.herokuapp.com/hospital/edit/:id -post api

https://sehyog.herokuapp.com/hospital/delete/:id -delete api


/doctor

https://sehyog.herokuapp.com/doctor/signup -post api

-req data = aadharno, tags, desc, specialisation, name, password, cpassword

https://sehyog.herokuapp.com/doctor/signin -post api

-req data = aadharno, password

https://sehyog.herokuapp.com/doctor/:aadharno -get api