Makiato1999 / ChatBot-api

ChatGPT AI Assistant
https://hub.docker.com/repository/docker/makiato1999/chatbot-api-repo/general
0 stars 0 forks source link
chatgpt docker domain-driven-design java springboot

ChatBot-api Project Overview

Description

The ChatBot API project leverages the capabilities of ChatGPT to address common and generic questions encountered during the daily research and development learning processes. It is designed to streamline the handling of query information and facilitates the compilation of resources based on accumulated questions. This project is integrated with GitHub Issues to enhance issue tracking and resolution through automated interactions.

Application Deployment Guide

Before proceeding, ensure that Docker is installed on your system. You can download and install Docker from Docker's official website.

Pulling the Docker Image

First, pull the image from Docker Hub:

docker pull makiato1999/chatbot-api-repo:1.0

Running the Container

To run the container in the background, use the following command:

docker run -d -p 8090:8090 --name ChatBot-api makiato1999/chatbot-api-repo:1.0

Options Explained

Starting the application

Then you can go to the link

https://github.com/Makiato1999/ChatBot-api/issues

Post your question as a new issue, and the AI will respond within about 5 seconds.