Scrapes posts from RSS feeds based on the topics followed by the user using goroutines.
- Clone the repository
git clone https://github.com/abhinavvsinhaa/rssaggregator.git
- Install SQLC for compiling SQL to type-safe code and Goose as the database migration tool
- Run the migrations
cd ./db/schema goose <DATABASE_URL> up
- Generate type-safe code using SQLC from root directory
sqlc generate
- Run
go mod tidy
andgo mod vendor
- Build the project & run the generated build file
go build && ./rssaggregator
Use the JSON file to import the collection in your favorite HTTP client.
Blogs fetched from RSS Feeds