Skip to content

XML Rss Feed simple web application using SpringBoot, Hibernate, Thymeleaf

Notifications You must be signed in to change notification settings

werriz/rss-feed-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XML RSS Feed

Its a simple web application, which allows user to enter new Xml Rss Feeds and to view saved ones.

Getting Started

Project is located in github (), download it using Git or manually download zip file.

Prerequisites

To run this application there are several things needed:

Java 8 (https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)

Gradle (https://gradle.org/install/)

Installing

Open command line or terminal, navigate to project folder, where project was Git-cloned (unpacked from zip file)

There should be gradle.build file

/rssFeed/

Run gradle build command

gradle build

Run gradle bootRun command

gradle bootRun

Open your browser and enter following address:

localhost:8080

Tests

There is single unit test file with 4 test methods These methods just verify usage of repository classes using Mockito mocks

Built With

  • SpringBoot - Framework for Spring framework
  • Gradle - Dependency Management
  • ROME - Used to generate RSS Feeds
  • Thymeleaf - Server-side Java template engine

About

XML Rss Feed simple web application using SpringBoot, Hibernate, Thymeleaf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published