An open API service indexing awesome lists of open source software.

https://github.com/sagnikc395/rossy

an RSS Blog aggregator written in Go[boot.dev project]
https://github.com/sagnikc395/rossy

blog-aggregator boot-dev rss

Last synced: 3 months ago
JSON representation

an RSS Blog aggregator written in Go[boot.dev project]

Awesome Lists containing this project

README

        

## rossy

An RSS Blog Aggregator written in Go.

### tech stack
router -> chi
sqlc -> ORM library -> generates Go code from SQL query ; reverse ORM
Goose -> database migration tool written in Go
database/sql -> part of Go's standard library to provide ways to connect to a SQL database,execute queries and scan the results into Go types.