first commit

This commit is contained in:
2025-08-01 06:05:06 +02:00
commit e2c546527f
44 changed files with 11845 additions and 0 deletions

8
backend/example.env Normal file
View File

@@ -0,0 +1,8 @@
# URL for the Ollama service
OLLAMA_HOST=http://localhost:11434
# Interval for scheduled news fetching in hours (minimum: 0.5)
CRON_HOURS=1
# SQLite database connection string
DATABASE_URL=sqlite:///./newsdb.sqlite