Skip to content

goonadutch/chatbot-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot Server

Libraries/Dependencies used

  • Express - Web framework
  • Cors - Cross-origin resource sharing middleware for Express
  • Dotenv - Loads environment variables from a .env file
  • Node-Fetch - A light-weight module that brings window.fetch to Node.js

Setting things up

Create a .env file in the root directory or set environment variables for the following:

Installation

npm install

Run

npm start

About

The Backend Server for the Chatbot

Topics

Resources

Stars

Watchers

Forks