- 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.
- Clone the repository: https://github.com/SatyamTiwari069/patient_management-main
- Navigate into the project directory:
cd patient_management
- Install the dependencies:
bundle install
- Set up the database:
rails db:create db:migrate
- Start the server:
rails server
- Visit
http://localhost:3000/
in your browser to access the application.