Exchange market for FLO to rupee# and vise-versa
Go to file
sairajzero 48609bd1b7 Changing env-var to arguments
- Changes console.log and console.debug to relevant types
- PASSWORD and I environment variables are now passed as arguments to npm commands
- Added optional argument `--debug`. when passed, console.debug is also logged, else console.debug are turned off
2022-10-25 03:18:36 +05:30
args Bug fix 2022-10-25 02:12:58 +05:30
docs Changing env-var to arguments 2022-10-25 03:18:36 +05:30
setup Changing env-var to arguments 2022-10-25 03:18:36 +05:30
src Changing env-var to arguments 2022-10-25 03:18:36 +05:30
.gitattributes Initial commit 2021-08-30 21:57:41 +05:30
.gitignore Changing env-var to arguments 2022-10-25 03:18:36 +05:30
LICENSE Adding package.json 2021-10-16 00:19:48 +05:30
package.json multi-node support 2022-01-23 03:24:27 +05:30
README.md Changing env-var to arguments 2022-10-25 03:18:36 +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 start                       - Start the application (main).

NOTE: Argument PASSWORD required for npm start.

npm start -- -PASSWORD=<password>

(Optional) Multiple instance can be run/setup on the same dir with different config files by using argument 'I'.

<command> -- -I=<instance_ID>

(Optional) console.debug is now turned off by default. pass argument --debug to turn it on

npm start -- -PASSWORD=<password> --debug