Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tiagompalte/onebitbot

Manage FAQ in chatbot
https://github.com/tiagompalte/onebitbot

bootcamp-onebitcode onebitecode ruby-sinatra

Last synced: 7 days ago
JSON representation

Manage FAQ in chatbot

Awesome Lists containing this project

README

        

# OneBitBot - Manage FAQ in chatbot

Second application developed in Bootcamp of [OneBitCode](https://onebitcode.com/)

Access [OneBitPalteBot](https://t.me/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

* [Sinatra](https://github.com/sinatra/sinatra)
* [Rspec](https://relishapp.com/rspec)
* [Dialogflow](https://dialogflow.com)