/feedreader-rs

A simple feedreader written in rust

Primary LanguageRust

feedreader

Simple feedreader that templates HTML and stores feeds + their articles.

Created with the intention learning rust for fun

TODO

  • Automatic feed updates, currently can only manually refreshed a feed
  • ci + repo for cd to deploy to home cluster
  • a better solution for storing data, currently just connects to a postgres instance
  • fix error handling for scenarios that are not related to database errors
  • clean up html templating
    • svgs everywhere is ugly
    • sketch up my own ui design
  • the way I am spawning a tokio thread probably is not correct
    • research best practice, probably do in main fn

resources used