Skip to content

3elDU/rss-reader-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS reader

This is the backend for my personal RSS reader project.

It uses gofeed library under the hood to parse the feeds and sqlite as the database.

For the frontend, check out the Android application written in Flutter

Structure

/server

The actual route handler functions

  • /server/middleware.go: middleware for handling authentication

/token

Token structure with DB logic

/refresh

A task that fetches new articles from the feeds and adds them to the database, runs with a specified periodicity

/migrations

Database migrations

/feed

Feed and article structures along with DB logic and utilities for converting from gofeed types

/util

Miscellaneous functions used randomly in the project

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages