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]
- Host: GitHub
- URL: https://github.com/sagnikc395/rossy
- Owner: sagnikc395
- Created: 2024-05-21T19:56:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T20:44:41.000Z (12 months ago)
- Last Synced: 2025-01-13T19:31:58.592Z (4 months ago)
- Topics: blog-aggregator, boot-dev, rss
- Language: Go
- Homepage:
- Size: 7.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.