Skip to content

Backend service for Kos chatbot, built with Spring Boot. Handles chat requests securely and integrates with OpenAI API.

Notifications You must be signed in to change notification settings

DevGloriaa/chatbotAPI

Repository files navigation

Kos Chat API ⚡

This is the backend API for the Kos Chatbot. Built with Spring Boot, it handles incoming chat messages, connects to AI models (e.g., GeminiAI), and returns responses to the frontend.


🚀 Features

  • Accepts chat messages from the frontend via REST API
  • Connects to AI models (Gemini AI)
  • Returns real-time responses to the frontend
  • Lightweight and easy to extend
  • Proper exception handling and status codes

💻 Installation

Follow these steps to run the Chat API locally:

1. Clone the repository

git clone https://github.com/DevGloriaa/chatbotAPI.git
cd kos-chat-api

2. Build the project with Maven

./mvnw clean install

3. Run the Spring Boot application

./mvnw spring-boot:run

About

Backend service for Kos chatbot, built with Spring Boot. Handles chat requests securely and integrates with OpenAI API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages