A self-hosted Rust feed analytics platform designed along the lines of Feedburner and FeedPress.
docker-compose build
docker-compose up api
# new tab
docker-compose exec api bash
diesel migration generate create_posts_table
The repository is split into two parts which is heavily based on https://github.com/ghotiphud/rust-web-starter.
A Rust actix-web server that uses diesel.
A static site.