Gator is a Blog Aggregator built using Go as part of the boot.dev guided project.
You will need Go and Postgres installed to use this application.
To install the CLI, run go install
For more details, RTFM - https://pkg.go.dev/cmd/go#hdr-Compile_and_install_packages_and_dependencies
You must create a config file in your home directory ~/gatorconfig.json:
{"db_url":"postgres://crookk04:@localhost:5432/gator?sslmode=disable","current_user_name":"kenbo"}
Some of the commands include:
- register - register a user
- login - login
- feeds - Browse all current feeds
- addfeed - add a feed
- follow - follow a feed
- browse - view posts