Exchange market for USD#
Go to file
2021-12-08 14:16:43 +05:30
args Audit Transaction 2021-12-06 22:13:37 +05:30
public Merge branch 'sairajzero:main' into main 2021-11-25 05:11:55 +05:30
setup Allow trusted IDs to add/rm user tags via API 2021-11-18 15:58:40 +05:30
src Audit Transaction 2021-12-06 22:13:37 +05:30
.gitattributes Initial commit 2021-08-30 21:57:41 +05:30
.gitignore Backup DB feature 2021-10-15 22:54:15 +05:30
LICENSE Adding package.json 2021-10-16 00:19:48 +05:30
package.json Added empty states and result states 2021-10-18 17:35:22 +05:30
README.md Update README.md 2021-12-08 14:16:43 +05:30
start.js Create start.js and main.js 2021-08-30 22:04:19 +05:30

exchange-market

Exchange market for FLO to rupee# and vise-versa

Run commands


npm install - Install the app and node modules. npm run help - List all commands. npm run setup - Finish the setup (configure and reset password). npm run configure - Configure the app. npm run reset-password - Reset the password (for private-key). npm run create-schema - Create schema in MySQL database. npm run configure-backup - Configure the backup. npm run create-backup-schema - Create backup-schema in MySQL database. npm run backup - Run the backup-node.

npm start - Start the application (main).

NOTE: env variable 'PASSWORD' required for 'npm start'.

WINDOWS: $env:PASSWORD=""; npm start

LINUX: PASSWORD="<password"> npm start