/casper

Chatbot for messenger using Nodejs and a control panel to manage bot's dialogue using Angular + Nodejs

Primary LanguageCSS

Casper 🤖

Casper is a Nodejs messenger chatbot that displays of at most 10 news of an specific topic. this news come from a control panel, where an admin can add, edit and remove news. This platform can be found here

Setting up the ground

Backend

The backend was made using nodejs and the dependencies management was made using yarn

# Installing backend dependencies 
$ cd backend && yarn install

# Running the API
$  yarn dev

Frontend

Frontend was developed using the framework Angular2+ and the dependencies management was made using npm (installed with nodejs)

# Installing frontend dependencies
$ cd frontend &&  npm install

# Running the control panel
$ npm start