feat: add frontend + backend + database to retrieve and compute news from Yahoo

This commit is contained in:
2026-04-18 23:53:57 +02:00
parent f9b6d35c49
commit 93668273ff
84 changed files with 15431 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"permissions": {
"allow": [
"WebSearch",
"Bash(go mod *)",
"Read(//usr/local/go/bin/**)",
"Read(//home/anthony/go/bin/**)",
"Read(//usr/**)",
"Bash(/home/anthony/go/bin/go mod *)",
"Bash(/home/anthony/go/bin/go build *)",
"Bash(npm install *)",
"Bash(/home/anthony/.config/JetBrains/WebStorm2026.1/node/versions/24.14.1/bin/npm install *)",
"Bash(npm run *)"
]
}
}