Skip to content

Go server which can automatically extract RSS from multiple feeds using GoRoutines along with feed subscription and user management

Notifications You must be signed in to change notification settings

hemantthanna/rss_aggregator

Repository files navigation

RSS Aggregator

Build using Go and Postgresql DB

This is a Go server which can automatically extract RSS from multiple feeds. These feeds are posted by users and other users can subscribe to them.

Following Operations can be performed:

  • create new user get user details

  • post new feeds get all feeds

  • subscribe to feeds unsubscribe to feeds know which feeds a user followed

Run Project

    1. create a Postgres database and set its url in .env
    2. go build
    3.  ./rss_aggregator

About

Go server which can automatically extract RSS from multiple feeds using GoRoutines along with feed subscription and user management

Topics

Resources

Stars

Watchers

Forks

Languages