Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 675 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 675 Bytes

blogaggregator

blogaggregator is a guided project from boot.dev. Written in Go and retrieves. RSS feeds and stores them in local PostgreSQL database.

Prerequisites

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"
}

Usage

# register user
./blogaggregator register chase

# login
./blogaggregator login chase

# get list of commands
./blogaggregator help