Skip to content

ad4-commits/blog_aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Go Version PostgreSQL License

Gator - RSS Feed Aggregator

cat > README.md << 'EOF'

Gator - RSS Feed Aggregator

A powerful command-line RSS feed aggregator built with Go and PostgreSQL. Collect, follow, and brows>

Features

  • ๐Ÿ” User Management - Register, login, and manage multiple users
  • ๐Ÿ“ฐ Feed Management - Add, list, and organize RSS feeds
  • ๐Ÿ”„ Feed Following - Follow/unfollow feeds and see what you're subscribed to
  • ๐Ÿค– Automatic Aggregation - Continuously fetch new posts in the background
  • ๐Ÿ“– Post Browsing - Browse latest posts from all your followed feeds
  • ๐Ÿ’พ PostgreSQL Backend - Robust data storage with proper relationships

Prerequisites

Installation

Using Go Install

go install github.com/ad4-commits/blog_aggregator@latest

### 1. Database Setup

First, ensure PostgreSQL is running and create the database:

```bash
# Create the database (use postgres user)
sudo -u postgres createdb gator

# If the database already exists, you'll see an error but that's fine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages