Gator is a command-line RSS feed aggregator built with TypeScript, PostgreSQL, and Drizzle ORM.
It allows users to:
- Create accounts
- Follow RSS feeds
- Fetch posts from feeds automatically
- Browse recent posts from followed feeds
Before running Gator, make sure you have:
- Node.js installed
- PostgreSQL installed and running
- A PostgreSQL database created
- npm installed
Clone the repository:
git clone https://github.com/YOUR_USERNAME/gator.git