An open API service indexing awesome lists of open source software.

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)

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)