feat: implement Q&A database persistence and Telegram bot integration

This commit is contained in:
Devesh S
2026-07-22 12:30:21 +05:30
parent 2bf7985f90
commit 8cacd1f23e
16 changed files with 750 additions and 219 deletions

5
telegram-bot/config.json Normal file
View File

@@ -0,0 +1,5 @@
{
"telegram_bot_token": "8859374355:AAH0dhwstkTBhRerRTjzmb2RG2fjPbigzvo",
"helper_chat_ids": [971749136],
"spring_backend_url": "http://localhost:8080"
}