Gator is a simple RSS feed aggregator CLI built with TypeScript, Node.js, PostgreSQL, and Drizzle ORM.
It allows users to register, add RSS feeds, follow feeds, and browse posts directly from the terminal.
Before running Gator, make sure you have:
- Node.js (v18 or newer recommended)
- npm
- PostgreSQL installed and running
- A PostgreSQL database created
- Git (to clone the repository)
git clone https://github.com/your-username/gator.git
cd gator