rssaggr

module
v0.0.0-...-43552ff Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2024 License: MIT

README

rssaggr

rssaggr is simple RSS feed aggrefation API where users can create/post their RSS feeds and follow the feeds. The API aggregate/fetches the RSS feed posts in the background.

NOTE: project is under development, all features might not work properly

run locally

NOTE: run the migration script for setting up database

cp .env.example .env

# build: creates server binary "/bin/server"
make build

# start server
go run ./cmd/server/*.go

migration

cd ./sql/schema

goose postgres postgresql://postgres:password@localhost:5432/rssaggr up
goose postgres postgresql://postgres:password@localhost:5432/rssaggr down

Directories

Path Synopsis
cmd
server command
internal
rss

Jump to

Keyboard shortcuts

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