This is an RSS feed web app that allows users to import hyperlinks to RSS feeds and view the content of those feeds. With this app, users can stay up-to-date with their favorite websites, blogs, and news sources, all in one place. Simply add the RSS feed URL, and the app will display the latest articles and updates from that source.
To build and run the RssFeeder, you'll need the following:
- .NET Core 8.0 SDK
- The
dotnet ef
tool, which can be installed using the following command:dotnet tool install --global dotnet-ef
Make sure to restart your command prompt or terminal after installing the dotnet ef
tool.
- Clone the repository:
git clone https://github.com/echaritonidis/RssFeeder.git
- Install the necessary dependencies:
dotnet restore
- Build the project:
dotnet build
- Navigate to the server directory:
cd RssFeeder\Server
- Apply migration:
dotnet ef database update
- Run the app:
dotnet run
- Open your browser and navigate to
https://localhost:5001
- .NET 8
- Blazor WebAssembly
- C#
- HTML/CSS/JavaScript
- Visual Studio
- Git
This project is licensed under the MIT License.
- Blazorise - for the UI components.
- FluentValidation - for the form validation.
- OneOf - For API result