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

# Packages

No description provided by the author

# 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?