Skip to content

SatyamTiwari069/patient_management-main

Repository files navigation

Patient Management

Features

  • Single login page for both portals.
  • Receptionists can register a new patient and perform CRUD operations.
  • Doctors can view registered patients.
  • Doctors can view a graph that represents the number of patients registered vs days.

Screenshots

SS1 SS2

Installing

  1. Clone the repository: https://github.com/SatyamTiwari069/patient_management-main
  2. Navigate into the project directory: cd patient_management
  3. Install the dependencies: bundle install
  4. Set up the database: rails db:create db:migrate
  5. Start the server: rails server
  6. Visit http://localhost:3000/ in your browser to access the application.