Skip to content

cizeskiedson/rssagg

Repository files navigation

RSS Aggregator

Simple web server built with Go and PostgreSQL, that constantly checks to see new posts through RSS Feed and fetch them to the database, with concurrency.

This project was based in FreeCodeCamp tutorial on Golang.

Functionality

The code creates a CRUD API where you can:

  • Create a new User;
  • Fetch users;
  • Create new Feeds;
  • Fetch feeds;
  • Follow, as a user, a feed;
  • Fetch the feeds you follow;
  • Stop following a feed;
  • Automatically, store new posts of that feeds in database.

About

A simple RSS aggregator, built with Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages