- IBM Account
-
Inside the
config/default.json
file, replace the following details
"database": {
"dbName": "idin_db",
"cloudantId": "<username>",
"cloudantApiToken": "<apiKey>"
}
- Run
npm start
-
Configure the
config/production.json
with your cloudant credentials -
Deploy the app
ibmcloud login
ibmcloud target --cf
cd idin-server
ibmcloud app push