Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 579 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 579 Bytes

SQL Speaker Chatbot

Introduction

User interface to interact with SQL databases via the SQL-Speaker API : see https://github.com/sayyidka/sql-speaker-api

Setup and Installation

  1. Clone the repository:
git clone https://github.com/sayyidka/sql-speaker-chatbot.git
  1. Navigate to the project directory:
cd sql-speaker-chatbot
  1. Install dependencies:
npm install
  1. Start the application:
npm start

The application will be available at http://localhost:3000.