Skip to content

Empower your web application with an interactive chatbot made using React and NestJS. Navigate users through predefined flows with buttons and text prompts. Enhance user experience and streamline interactions with this versatile combination of front-end and back-end technologies.

Notifications You must be signed in to change notification settings

MHP24/chatbot-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MHP Virtual Assistant

MHP Logo

1. Installation

Client Installation

Before running the client, ensure you have Node.js installed (version 18 or higher).

1 . Navigate to the client directory:

  cd client

2 . Install dependencies using Yarn:

  yarn

3 . Replace .env.example variables and rename it as .env file

4 . Start the development server:

  yarn start:dev

Server Installation

Before running the server, ensure you have Node.js installed (version 18 or higher) and Docker installed and running.

1 . Navigate to the server directory:

  cd server

2 . Install dependencies using Yarn:

  yarn

3 . Replace .env.example variables and rename it as .env file

4 . Generate Prisma client:

  yarn prisma:generate

5 . Start Docker in the server directory:

  docker-compose up -d

6 . Run database migrations with Prisma:

  yarn prisma:migrate

7 . Start the development server:

  yarn start:dev

About

Empower your web application with an interactive chatbot made using React and NestJS. Navigate users through predefined flows with buttons and text prompts. Enhance user experience and streamline interactions with this versatile combination of front-end and back-end technologies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published