Exchange market for FLO to rupee# and vise-versa
Go to file
2022-01-14 04:53:41 +05:30
args Minor Fixes 2022-01-14 04:52:41 +05:30
public Adding application name in floGlobals 2022-01-14 04:15:21 +05:30
setup Allow trusted IDs to add/rm user tags via API 2021-11-18 15:58:40 +05:30
src Minor Fixes 2022-01-14 04:52:41 +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:17:32 +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="<password>"; npm start

LINUX:
PASSWORD="<password"> npm start