RSS Feed explorer using Postgres and go. As part of the Boot.dev SQL course
- Go installed
- Postsgres installed
Run:
go install github.com/SaNog2/gator@latestgator <cmd>
Commands list:
gator register <username>: Creates a new accountgator login <username>: Mocks login to log as a different accountgator reset: Resets the Databasegator users: Lists all the usersgator agg <interval>: fetches registered and followed feeds every interval given (format '1s', '1m' etc...)gator addfeed <name> <url>: add feed to the aggregatorgator feeds: lists all feedsgator follow <url>: follow a feed that is already registeredgator unfollow <url>: I'll let you guess that onegator browse <limit>: Explore saved posts limit is defaulted to 2 posts.