Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makiato1999/chatbot-api
ChatGPT AI Assistant
https://github.com/makiato1999/chatbot-api
chatgpt docker domain-driven-design java springboot
Last synced: about 2 months ago
JSON representation
ChatGPT AI Assistant
- Host: GitHub
- URL: https://github.com/makiato1999/chatbot-api
- Owner: Makiato1999
- Created: 2024-04-30T22:32:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T15:01:42.000Z (8 months ago)
- Last Synced: 2024-05-11T09:58:25.417Z (8 months ago)
- Topics: chatgpt, docker, domain-driven-design, java, springboot
- Language: Java
- Homepage: https://hub.docker.com/repository/docker/makiato1999/chatbot-api-repo/general
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- -d: Run the container in detached mode (in the background).
- -p 8090:8090: Map port 8090 of the container to port 8090 on the host. Adjust the ports as necessary for your application.
- --name ChatBot-api: Name the container ChatBot-api for easy reference.## 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.