https://github.com/oldzoomer-gh/rssagregator
Online RSS aggregator based on Java 21 and Spring Boot 3 (Spring 6)
https://github.com/oldzoomer-gh/rssagregator
java rss-aggregator spring
Last synced: over 1 year ago
JSON representation
Online RSS aggregator based on Java 21 and Spring Boot 3 (Spring 6)
- Host: GitHub
- URL: https://github.com/oldzoomer-gh/rssagregator
- Owner: oldzoomer-gh
- License: gpl-3.0
- Created: 2024-02-27T14:05:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T00:03:07.000Z (over 1 year ago)
- Last Synced: 2025-03-07T01:19:49.974Z (over 1 year ago)
- Topics: java, rss-aggregator, spring
- Language: Java
- Homepage:
- Size: 347 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rssaggregator
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)