Local single-user RSS/Atom subscription-list MVP.
- .NET 10 SDK available on
PATH - Backend port:
http://localhost:5151 - Frontend port:
http://localhost:5213 - Frontend API base URL:
http://localhost:5151/api/
Start the backend:
dotnet run --project backend/RSSFeedReader.Api/RSSFeedReader.Api.csprojStart the frontend in another terminal:
dotnet run --project frontend/RSSFeedReader.UI/RSSFeedReader.UI.csprojOpen http://localhost:5213, enter a feed URL, and confirm it appears in the subscription list.