Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gpicchiarelli/0bserv

RSS feed reader.
https://github.com/gpicchiarelli/0bserv

Last synced: 28 days ago
JSON representation

RSS feed reader.

Awesome Lists containing this project

README

        

# 0bserv

[![GitHub license](https://img.shields.io/github/license/gpicchiarelli/0bserv)](https://github.com/tuonome/0bserv/blob/main/LICENSE)
[![GitHub release](https://img.shields.io/github/v/release/gpicchiarelli/0bserv)](https://github.com/tuonome/0bserv/releases)
[![GitHub issues](https://img.shields.io/github/issues/gpicchiarelli/0bserv)](https://github.com/tuonome/0bserv/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/gpicchiarelli/0bserv)](https://github.com/tuonome/0bserv/pulls)

0bserv è un aggregatore di notizie RSS e articoli con un front-end web, sviluppato in .NET.

## Funzionalità

- Aggrega notizie e articoli da varie fonti RSS.
- Fornisce un'interfaccia web per la visualizzazione e la navigazione delle notizie e degli articoli.
- Gestisce tutti i dati tramite un database relazionale.

## Installazione
Prima di tutto, assicurati di avere installato .NET Core SDK sul tuo sistema.

Clona il repository:
```bash
git clone https://github.com/gpicchiarelli/0bserv.git
```

Naviga nella directory del progetto:

```bash
cd 0bserv
```

Avvia l’applicazione:
```bash
dotnet run
```

## Licenza
Questo progetto è rilasciato sotto la Licenza MIT.