A simple Rails application that consists of a receptionist portal and a doctor portal, which perform the following tasks:
- A single login page for both portals.
- Receptionists can register a new patient and perform CRUD operations.
- Doctors can view registered patients and view a graph that represents the number of patients registered vs. days.
Make sure to run the command rails db:seed as it creates the users - doctor and receptionist.
- Acts as a root user who can edit the credentials of receptionists and perform all actions that receptionists can do.
- Edit Receptionist credentials
- View graph
- Can perform CRUD operations on patients.
- View graph