Skip to content

Commit

Permalink
Updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMichalski committed Feb 2, 2024
1 parent 4f91bac commit 85fa90b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Binary file added .github/gifs/application.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions README.md
@@ -1,10 +1,14 @@
Spring Web RSS Channels
---------------------------------------------

Spring Web RSS Channels is a RSS feed reader web application built on Spring, JPA (Hibernate), Twitter Bootstrap, Apache tiles and JQuery. \
It allows you to specify RSS channels and then display results.

[![Spring Web RSS Channels](https://github.com/DanielMichalski/spring-web-rss-channels/blob/master/.github/gifs/application.gif)](https://youtu.be/5v8eZnM4ojU "Spring Web RSS Channels")

[![Build Status](https://github.com/DanielMichalski/spring-web-rss-channels/workflows/Java%20CI%20with%20Maven/badge.svg?branch=master)](https://github.com/DanielMichalski/spring-web-rss-channels/actions?query=workflow%3A%22Java+CI+with+Maven%22)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/DanielMichalski/spring-web-rss-channels/blob/master/LICENSE)

This project aims to present how to create a Spring MVC + JPA/Hibernate Web application.

## Table of Contents
* [Prerequisites](#prerequisites)
* [Libraries](#libraries)
Expand Down Expand Up @@ -60,10 +64,10 @@ login: admin
password: secret
```

## Video
## Video presentation
[![Spring Web RSS Channels](http://img.youtube.com/vi/5v8eZnM4ojU/0.jpg)](https://youtu.be/5v8eZnM4ojU "Spring Web RSS Channels")

## Screens
## Screenshots
![alt text](https://github.com/DanielMichalski/spring-web-rss-channels/blob/master/rss-web/src/main/resources/img/screen1.png "Screen 1")

![alt text](https://github.com/DanielMichalski/spring-web-rss-channels/blob/master/rss-web/src/main/resources/img/screen2.png "Screen 2")
Expand Down

0 comments on commit 85fa90b

Please sign in to comment.