Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.29 KB

File metadata and controls

37 lines (23 loc) · 1.29 KB

Slaw Pharmacy

a pharmacy database system for desktop application based on Electron, React and MySQL.

Setup

  1. Importing the database form Backup folder to your DBMS

  2. 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

  3. Install and configuring openssl Download openssl

  4. Install GnuWin32 Download GnuWin32

  5. Add new environment variable by 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

users

username : manager / password : 12345 username : cashier / password : 12345

install and running

npm install 
npm start

building

npm build
npm build-Win64

Screenshot

Login

Home