Categorygithub.com/mathieuhays/rss-aggregator
modulepackage
0.0.0-20240717213720-75250b19a61d
Repository: https://github.com/mathieuhays/rss-aggregator.git
Documentation: pkg.go.dev

# README

rss-aggregator

Project based on boot.dev course

Development

Useful commands

sqlc generate run this in the project root to update /internal/database

goose postgres postgres://host:port/database up in sql/schema to migrate the db. replace up with down to rollback changes

useful references

SQLC Documentation

SQLMock Documentation

Going further

  • Support pagination on listing endpoints
  • Support different sorting and filtering options
  • Create a CLI tool that interfaces with the API
  • Support more types of feeds
  • Add integration tests
  • Add bookmarking / liking
  • Create simple front-end. HTMX?

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Post
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author