Developed a Go-based RESTful API enabling users to scrape and aggregate their preferred blog's RSS feed, providing a streamlined experience for reading favorite blog posts.
- Learn how to use Go's http library.
- Learn how to use goroutines
- Learn about basic database migrations with Go and PostgreSql
- Go
- PostgreSQL
- Goose
- Sqlc
- Chi
- Performs CRUD operations to retrieve RSS feeds from blogs
- Spawns concurrent goroutines to fetch updates from multiple RSS feeds
- Follows and unfollows feeds