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