Skip to content

This is a data dictionary for use in chatbot. Check the README for more information :D

Notifications You must be signed in to change notification settings

iamangelmp/data_dictionary_chatbot

Repository files navigation

Installing dependencies

  1. Navigate to the project folder you just downloaded.
  2. Run the following command in your terminal:
$ npm install

Enviroment specs

  • node - 16.18.0
  • npm - 8.19.2

to install all project dependencies.

Running the project

  1. Navigate to the project folder in your terminal.
  2. Run the following command in your terminal:
# development
$ npm run dev

# production mode
$ npm run start