Skip to content

itsemadbattal/rss-aggregator

Repository files navigation

The purpose of this project was to kick start GoLang programming.

RSS (Really Simple Syndication) is basically a web feed that allows access to updates on a certain website in computer-readable format (typically XML)

Link to a sample RSS https://www.wagslane.dev/index.xml

Tools used:

  1. Routing: Chi Router https://github.com/go-chi/chi
  2. Database: Postgresql
  3. Goose: Databse migrations https://github.com/pressly/goose
  4. SQLC: Generate type-safe code from raw SQL https://github.com/sqlc-dev/sqlc
  5. Docker: Run SQLC Generate
  6. Postman Client: API Testing

About

Practicing GoLang through building an RSS-Aggregator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published