Categorygithub.com/pat955/rss_feed_aggregator
repositorypackage
0.0.0-20240917072354-59fc1580643b
Repository: https://github.com/pat955/rss_feed_aggregator.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

RFA code coverage badge

RFA stands for RSS feed aggregator. An API that allows you to create a user, log in, add rss feeds, subscribe and unsubscribe to existing rss feeds.

How to use

First clone the project.

git clone https://github.com/pat955/rfa/

After that simply run to start:

./scripts/build.sh

Contributing

Clone project

git clone https://github.com/pat955/rfa

Install go

Install latest go release. Follow the instructions for your environment here: go.dev/dl

Run Scripts

Compiles code and runs the binary.

./scripts/build.sh

Run the tests

go test ./...

Submit a pull request

If you'd like to contribute, please fork the repository and open a pull request to the main branch.