RSS feed accumulator using Golang, postGreSQL
- Requirements: golang, postgres
- Gator CLI
run the command
git clone https://github.com/ssd-81/RSS-feed.gitcd RSS-feedgo install .go build -v -o app
- Ready to go
- configure postgres
- at the home directory of your system, create a file named ".gatorconfig.json"
the "." is there
Commands
- login: ./app login
- register: ./app register
- reset: ./app reset
- users: ./app users
- agg: ./app agg <time-interval(1s, 1m, 1h)>
- addfeed: ./app addfeed
- feeds: ./app feeds
- follow: ./app follow
- following: ./app following
- unfollow: ./app unfollow
- browse: ./app browse