Medicare Pro - Medical Cabinet Management
A complete offline medical cabinet management application built with Electron.js and SQLite.
npm installnode reset-database.jsnode generate-test-license.jsImportant: Copy the license key that appears (format: MEDPRO-XXXX-XXXX-XXXX-XXXX)
npm startFollow the on-screen prompts:
- Step 1: Enter the license key from step 3
- Step 2: Enter cabinet name and doctor name
- Step 3: Create username and password
- Done: Start using the application!
# Complete fresh start
node reset-database.js
node generate-test-license.js
npm start- Patient Management: Add, edit, search patients
- Consultations: Record visits with vital signs
- Prescriptions: Create and print prescriptions
- Sick Leaves: Generate sick leave certificates
- Appointments: Schedule patient visits
| Command | Purpose |
|---|---|
npm start |
Start the application |
node generate-test-license.js |
Generate new license key |
node reset-database.js |
Clear all data (fresh start) |
npm run build |
Build for distribution |
~/.config/medicare-pro/medicare-pro.db
License not working?
node reset-database.js
node generate-test-license.js
npm startCan't login?
node reset-database.js
# Then setup againVersion: 1.0.0