Update README.md
This commit is contained in:
parent
f1e9658007
commit
34457b5118
23
README.md
23
README.md
@ -1,2 +1,25 @@
|
|||||||
# exchange-market
|
# exchange-market
|
||||||
Exchange market for FLO to rupee# and vise-versa
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user