Paste your cloudant credentials at config/cloudant-config.json
If you want to add more db, just open server/lib/db.js
and modify just like this
const state = {
db: {
drink_type: null,
drink_temperature: null,
new_db1: null,
new_db2: null
}
}
npm install
npm run build:dev
npm run build
npm run watch
npm start
npm run lint