Skip to content

Kstheme/RSSFeedReader

Repository files navigation

RSS Feed Reader

Local single-user RSS/Atom subscription-list MVP.

Prerequisites

  • .NET 10 SDK available on PATH
  • Backend port: http://localhost:5151
  • Frontend port: http://localhost:5213
  • Frontend API base URL: http://localhost:5151/api/

Run

Start the backend:

dotnet run --project backend/RSSFeedReader.Api/RSSFeedReader.Api.csproj

Start the frontend in another terminal:

dotnet run --project frontend/RSSFeedReader.UI/RSSFeedReader.UI.csproj

Open http://localhost:5213, enter a feed URL, and confirm it appears in the subscription list.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors