Skip to content

Um ChatBot com algumas funcionalidades a mais feito em React Native

Notifications You must be signed in to change notification settings

jonatasfernandespimenta/ReactNativeChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReactNativeChatBot

A ChatBot with some plus functions.

Gif

Technologies used

For this project I've used Python Flask for BackEnd and React Native for FrontEnd

React Native React Native

How to run it

BackEnd

First you got to setup the BackEnd. For this, download Python 3.6
After it, you must download the dependencies by executing the following commands

hello@world:~$ pip install Flask
hello@world:~$ pip install chatterbot

Now you just have to run it.

FrontEnd

For the frontend you'll have to install NodeJS
After it, you'll need to install Expo, just execute the following command

hello@world:~$ npm install -g expo-cli

Now go to the FrontEnd directory and execute

hello@world:~$ npm i
hello@world:~$ npm start

And now all you gotta do is download Expo in your cellphone, scan the given QRCode and enjoy :D

BackEnd Routes

Route Method Description
/post POST Receive the message and responds to it
/editmsg POST Receive two parameters (question and answer) and then add it to it's memory

About

Um ChatBot com algumas funcionalidades a mais feito em React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published