-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
# JKLHealthServices | ||
# JKLHealthServices | ||
JKL Healthcare Services Application | ||
This is a Flask-based web application designed for managing healthcare services. The system supports multiple user roles, including administrators, caregivers, and patients, enabling features such as user management, caregiver-patient assignment, and role-based dashboards. | ||
|
||
Features | ||
User Authentication:Secure session-based login and logout. | ||
Role-based access control (Admin, Caregiver, Patient). | ||
Verification system for user accounts. | ||
|
||
Admin Dashboard: | ||
Assign caregivers to patients. | ||
View and manage ongoing caregiver-patient assignments. | ||
Track caregiver availability. | ||
|
||
Caregiver Dashboard: | ||
View assigned appointments. | ||
Manage interactions with patients. | ||
|
||
Responsive Frontend: | ||
Built with Tailwind CSS for a clean and modern UI. | ||
|
||
Security: | ||
Implements role-based restrictions and protects against unauthorized access. |