# Packages
No description provided by the author
# README
RFA 
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.