This is a simple app to help manage RSS feed content. The application is build using Go (golang) programing language for the Back-end and React (typescript) for the Front-end. It uses go-rrs-reader package for fetching and reading the feed information on the Back-end. Also is style using Bootstrap on the user interface.
(On unix based OS) Note: make sure you have docker installed
git clone https://github.com/dsolerh/rss-reader.git
cd rss-reader
make up_build
The application it's compose of two services. After running the make up_build
you can visit localhost:8080 and will se the user interface.
for trial RSS feed you can use these:
Copyright (c) 2023-present Daniel Soler
Licensed under MIT License