Skip to content

jampetz/rss_aggregator

Repository files navigation

RSS Aggregator

Rss aggregator written in Go with all the essential back-end logic.

Features:

  • PostgreSQL (SQLC & Goose for working with raw SQL);
  • Authetification;
  • Goroutines for fetching multiple feeds at the same time.

Build and Run

cd rss_aggregator && go build && ./rss_aggregator

Tip for running migration

cd into the sql/schema directory and run:

goose postgres CONN up

Where CONN is the connection string for your database.

postgres://jampetz:@localhost:4321/rssagg

The format is:

protocol://username:password@host:port/database

About

Rss aggregator that stores and serves feed info by user using REST API

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages