A simple RSS feed server built with Go, allowing users to aggregate and serve RSS feeds.
This project is a RSS server implementation following the tutorial by Wagslane on YouTube. It provides functionality to fetch, parse and serve RSS feeds through a REST API.
- RSS feed aggregation
- REST API endpoints
- Feed parsing and validation
- [Add more features as implemented]
- Go 1.25.3
- sqlc
- gooose
- Clone the repository
git clone https://github.com/Dunsin-cyber/go_server.git
cd go_server- Install dependencies
go mod download- Set up Environment Variables Ensure you use a valid postgres database connection url
cp .env.example .env- Run the server
go run main.go[Document your API endpoints here]
This project was built following the tutorial series available at:
https://www.youtube.com/watch?v=un6ZyFkqFKo&list=PPSV
Feel free to submit issues and enhancement requests.
[MIT]
[Dunsin/Dusin-cyber]