The Clinic Management System is a ready-to-use desktop application designed to simplify administrative tasks in clinics. It uses an embedded SQLite database and does not require any prior setup.
Windows: Double-click ClinicApp.exe
Linux:
chmod +x ClinicApp.AppImage
./ClinicApp.AppImage
When you launch the app, the login screen will appear.
adminadminAfter login, you can navigate through:
| Role | Permissions |
|---|---|
| Admin | Full access to all sections and settings |
| Standard User | Limited access as assigned by the admin |
All data is saved in an SQLite database file (.db) located in the application's directory. It is recommended to make periodic backups of this file.