GithubHelp home page GithubHelp logo

chat-assistant's Introduction

Chat Assistant Node.js App

This is a Node.js application built using TypeScript that serves as a chat assistant. It integrates with a chat service and utilizes the OpenAI API to provide responses to messages.

Prerequisites

Before running the application, ensure you have the following prerequisites installed on your system:

  • Node.js (version 18 and above)
  • Docker: Install Docker to run containers.

Getting Started

Starting the Database using Docker Compose

To run the database for this application locally, you can use Docker Compose with the provided docker-compose-db.yml file.

Starting the Database

Follow these steps to start the database using Docker Compose:

  1. Navigate to the Project Directory:

    Open your terminal and navigate to the root directory of your project where the docker-compose-db.yml file is located.

  2. Start the Database Containers:

    Run the following command to start the database containers defined in the docker-compose-db.yml file:

    docker-compose -f docker-compose-db.yml up -d
    

Starting the application

Follow these steps to get the application up and running locally.

  1. Install project dependencies:

    npm install
  2. Configure Environment Variables: Create a .env file based on .env.test file in the root directory of the project and set the environment variables according to your configuration.

  3. Start the Application: Build & Run the Node.js application:

    npm run build
    npm start

Testing

You can run tests for the application using the following command:

npm test

chat-assistant's People

Contributors

sviataslaus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.