Skip to content

EivV/gator

Repository files navigation

The feed aggre gator

A guided project on boot.dev.

Dependencies

Golang 1.23+

PostgreSQL 15+

Install

You can download gator and install to your environment with go install.

Configuration

There's a configuration file ~/.gatorconfig.json.

{
    "db_url": "postgres://postgres:postgres@localhost:5432/gator?sslmode=disable",
    "current_user_name": "username"
}

You should update db_url to point to your PostgreSQL instance and database.

The current_user_name is used by the program to track current user.

Usage

There are a few commands:

  • register <username>
  • login <username>
  • reset
  • addfeed <feed name> <feed url>
  • agg <period>
  • browse <opt limit>
  • feeds
  • follow <feed url>
  • following
  • unfollow <feed url>
  • users

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages