cat > README.md << 'EOF'
A powerful command-line RSS feed aggregator built with Go and PostgreSQL. Collect, follow, and brows>
- ๐ 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
- Go 1.19+ - Install Go
- PostgreSQL 12+ - Install PostgreSQL
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