rss-reader-backend

command module
v0.0.0-...-1a4a1ec Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2025 License: GPL-3.0 Imports: 11 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL