git clone ...
cd ...
docker build -t hn_summarize .
docker run -itd -p 3000:3000 hn_summarizebackend:
/grab-news: Used for grabbing news from Hackernews API
/summarize-news: Used for summarizing news using a simple prompt and the model you defined.
/api/chat: a simple redirector for chat requests.
frontend:
/: index page, listing news.
/chat/:slug: chat page, with context of the news.