https://github.com/cloudeteer/cloudetair-chatbot-api
https://github.com/cloudeteer/cloudetair-chatbot-api
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudeteer/cloudetair-chatbot-api
- Owner: cloudeteer
- License: mit
- Created: 2025-09-05T07:05:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-25T12:09:44.000Z (10 months ago)
- Last Synced: 2025-09-25T14:22:43.225Z (10 months ago)
- Language: Python
- Size: 53.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!NOTE]
> This repository is publicly accessible as part of our open-source initiative. We welcome contributions from the community alongside our organization's primary development efforts.
---
# cloudetair-chatbot-api
The CLOUDETaiR chatbot API provides the backend services for the [cloudetair-chatbot-frontend](https://github.com/cloudeteer/cloudetair-chatbot-frontend).
## Features
- Builds a containerized API service.
- Pushes the image to GitHub Container Registry.
- Fully automated via GitHub Actions workflows.
- Serves as a reusable base for further customizations.
## Development
```shell
# Build the container image
docker compose build
# Start the containers in detached mode
docker compose up --detach
# The api will be available at http://localhost:8000
# Stop containers and remove volumes
docker compose down --volumes
```