Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 521 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 521 Bytes

this is a MERN with out the "R" patient management system


Features

  • API Endpoints:

    • Doctor API
    • Patient API
    • Appointment API
  • User Management:

    • Role-based access control (Admin, Patient, Doctor)
    • Secure authentication using JWT (JSON Web Tokens)
  • Appointment Reminders:

    • Automated email reminders sent one day before scheduled appointments

Tech Stack

  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Authentication: JWT (JSON Web Tokens)