Skip to content

priyaranjan290/botpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Versions used in project

Node : 9.11.1 npm : 6.2.0

For using Postgres database

Run following commands in terminal

  1. export DATABASE=postgres
  2. export DATABASE_URL=postgres://user:pwd@localhost:5432/dbName

Run bot

  1. Run npm install to install the bot
  2. Run npm start to start your bot.

By default bot runs locally with web interface available at http://localhost:3000

Deploy

Check Heroku and AWS deploy tutorials to get started

Development

To learn more on how to work with Botpress you can read here.

About

botpress intial set up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors