Skip to content

HamzaYasin1/openAi-chat-assistant

Repository files navigation

OpenAI Chat Assistant

This repository contains a React frontend and a Node.js backend for an OpenAI-powered chat assistant.

Project Structure

  • Frontend: The React app is located in the openAi-assistant-frontend directory. It runs on port 3000.

  • Backend: The Node.js server is located in the openAi-assistant-nodejs directory. It runs on port 3001.

Local Development

Frontend (React)

  1. Navigate to the openAi-assistant-frontend directory.

    cd openAi-assistant-frontend

    1.1. Install dependencies

    npm install

    1.2. Start the React app.

    npm start

    The app will be accessible at http://localhost:3000.

Backend (Node.js)

  1. Navigate to the openAi-assistant-nodejs directory.

    cd openAi-assistant-nodejs

    2.1. Install dependencies

    npm install

    2.2. Start the Node.js server.

    npm start

    The server will be accessible at http://localhost:3001.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published