repositorypackage
0.0.0-20231230180203-e800357dc0ab
Repository: https://github.com/ethanhosier/rssagg.git
Documentation: pkg.go.dev
# README
RSS Aggregator: Go, PostgreSQL
Key Features:
- REST API
- Authentication using api keys and middleware
- RSS feed web scraper
- PostgreSQL database
Cloning the repository
git clone https://github.com/EthanHosier/rssagg.git
Setup .env file
PORT=
DB_URL=postgresql://{username}:{password}@{host}:{port}/{database_name}
Start the app
go build && ./rssagg