Note:
React + sqlite3 version of this project is being developed in here
This application is made to store information about small-medium sized patient group.
Please note that this application is far away from full release. I'm consistently working on adding / improving features to this project.
Contributions are welcome!
- Install node.js
- Clone the repo or download this zip file
- Open command prompt inside folder and type
npm install - For developing purpose, run
npm run start - For compiled version, run
npm run make. A setup will be created on/outfolder
- Restric user signups by implement super-user / admin role
- Generate a random, no hard coded key phase to encrypt patient database
- Improve security
- Add advance search options
- Add a notification system based on patient data (notify about people who missed weekly clinic etc.)