App optimized using multithreading to continuosly scrape rss feeds stored in Db and then store new feed post to your database for different usecases.
Add the required .env config
using go:
go build -o main && ./main
using docker:
docker build -t your_docker_image_name .
docker run -p 7777:7777 your_docker_image_name