feat: add web server backend.

This commit is contained in:
K
2026-04-28 23:55:41 +05:30
parent 3065a0adce
commit 3a0c32ea8f
8 changed files with 1705 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Copy this file to .env and fill in your values.
# NEVER commit .env — it is listed in .gitignore.
# Groq API key — obtain from https://console.groq.com/keys
GROQ_API_KEY=your_groq_api_key_here
# Server port (optional, defaults to 5000)
PORT=5000