blogaggregator is a guided project from boot.dev. Written in Go and retrieves. RSS feeds and stores them in local PostgreSQL database.
goose package for go
go install github.com/pressly/goose/v3/cmd/goose@latest
PostgreSQL : Docs
gatorconfig file
touch ~./gatorconfig.json
config file content:
{
"db_url": "connection_string_goes_here",
"current_user_name": "username_goes_here"
}
# register user
./blogaggregator register chase
# login
./blogaggregator login chase
# get list of commands
./blogaggregator help