Node : 9.11.1 npm : 6.2.0
Run following commands in terminal
- export DATABASE=postgres
- export DATABASE_URL=postgres://user:pwd@localhost:5432/dbName
- Run
npm installto install the bot - Run
npm startto start your bot.
By default bot runs locally with web interface available at http://localhost:3000
Check Heroku and AWS deploy tutorials to get started
To learn more on how to work with Botpress you can read here.