Vite/React + shadcn/ui frontend with Superhuman-style keyboard nav (j/k/o/v/e/s/u, feed switching, localStorage caching for instant loads) backed by an Express API that polls the HN Firebase API into Postgres and serves cached feeds/comments. Instrumented with OpenTelemetry (traces/metrics/logs via OTLP/HTTP).
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
PORT=3012
|
||||
POSTGRES_HOST=127.0.0.1
|
||||
POSTGRES_PORT=5433
|
||||
POSTGRES_DB=hnreader
|
||||
POSTGRES_USER=hnreader
|
||||
POSTGRES_PASSWORD=changeme
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
|
||||
Reference in New Issue
Block a user