a pharmacy database system for desktop application based on Electron, React and MySQL.
-
Importing the database form Backup folder to your DBMS
-
Configuring the mysql login so we will not need username and password while executing mysqldump
mysql_config_editor set --login-path=local --host=localhost --user=username --password
-
Install and configuring openssl Download openssl
-
Install GnuWin32 Download GnuWin32
-
Add new
environment variableby name PublicKey and it's location, for backup encryption you can use public key from backup folder or create one Generate Private and Public key
openssl used for encryption and GnuWin32 for zipping the backup file which will be store in OneDrive
username : manager / password : 12345 username : cashier / password : 12345
npm install
npm start
npm build
npm build-Win64