Skip to content

rethab/digester

Repository files navigation

Digester

Status

Please note that this is not actively maintained and therefore may very well not actually work as is.

Info

Digester is a pretty straightforward web application with a frontend (Vue.js) and backend (Rust/rocket.rs). The backend is split up in two parts: the api and the worker. The api serves web requests and the worker periodically pulls from channels (rss feeds, twitter api, etc), fills the db and decides whether a user needs to receive an email.

Local Dev

Take a look at the run.sh script, as I use that to do most common tasks.

Update Cargo/Clippy/RLS