- bcrypt : for password hashing
- multer : for upload and store images
- mysql2 : for connecting mysql
- express : for create a backend app
Used a shared mysql database from railway.app
API is deployed on https://patient-management-api.onrender.com/
- to register a patient with name, address, eamil, phone_number, password, psyId and photo
- link
- fetch all the psychiatrists, their count along with IDs and patient details for a hospital
- link