https://github.com/oldzoomer-ru/rssagregator
Online RSS aggregator based on Java 21 and Spring Boot 3 (Spring 6). Early beginner project, mostly deprecated.
https://github.com/oldzoomer-ru/rssagregator
beginner-project early-projects java rss-aggregator spring
Last synced: 4 months ago
JSON representation
Online RSS aggregator based on Java 21 and Spring Boot 3 (Spring 6). Early beginner project, mostly deprecated.
- Host: GitHub
- URL: https://github.com/oldzoomer-ru/rssagregator
- Owner: oldzoomer-ru
- License: gpl-3.0
- Created: 2024-02-27T14:05:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-25T07:57:14.000Z (5 months ago)
- Last Synced: 2026-01-25T21:58:37.319Z (5 months ago)
- Topics: beginner-project, early-projects, java, rss-aggregator, spring
- Language: Java
- Homepage:
- Size: 503 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rssaggregator
**This project is very old, and deprecated.**
This is an online RSS aggregator REST service based on Java/Spring.
## Run
```shell
./gradlew bootRun
```
### Run in Docker
```shell
cd docker
docker-compose up -d
```
(at project's root directory)