yeganehparast / rss-feed-reader

This is an assignment for showing my backend abilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSS Feed Reader

This application fetches the 10 latest topics from https://xkcd.com/json.html and http://feeds.feedburner.com/PoorlyDrawnLines and combines them in a JSON format based on latest published date. The application uses REST Template to read data from XKCD and ROME api to fetch PDL. They are composed in two Spring components and will be combined in FeedController. For convenience, Swagger UI has been set up. The test coverage for the application is 83%. getLatest method of the FeedController has been tested.

The Dockerfile will build and run application. to build and run application with docker:

docker build --build-arg JAR_FILE=target/*.jar -t rss-feed-reader . docker run -p 8080:8080 rss-feed-reader

run.sh and run.cmd will do it.

Thanks for your review.

About

This is an assignment for showing my backend abilities

License:The Unlicense


Languages

Language:Java 97.4%Language:Dockerfile 0.9%Language:Batchfile 0.9%Language:Shell 0.9%