Skip to content

tiagompalte/onebitbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneBitBot - Manage FAQ in chatbot

Second application developed in Bootcamp of OneBitCode

Access OneBitPalteBot

Usage

Clone the repository with git clone https://github.com/tiagompalte/onebitbot.git. In the repository folder:

  • Run sudo docker-compose build
  • Run sudo docker-compose run --rm website rake db:create
  • Run sudo docker-compose run --rm website rake db:migrate
  • Run sudo docker-compose up

What was developed