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.
- 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
Follow these steps to run the Chat API locally:
git clone https://github.com/DevGloriaa/chatbotAPI.git
cd kos-chat-api
./mvnw clean install
./mvnw spring-boot:run