Thanks to visit codestin.com
Credit goes to github.com

Skip to content

keithcrooks/gator

Repository files navigation

Gator

Gator is a Blog Aggregator built using Go as part of the boot.dev guided project.

Getting started

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages