{"id":21285204,"url":"https://github.com/takumade/rss-aggregator","last_synced_at":"2025-03-15T15:12:19.135Z","repository":{"id":256637887,"uuid":"855907542","full_name":"takumade/rss-aggregator","owner":"takumade","description":"RSS Aggregator is a simple RSS feed reader that fetches RSS feeds from multiple sources and stores them in a database","archived":false,"fork":false,"pushed_at":"2024-09-29T21:07:56.000Z","size":276,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T05:15:05.140Z","etag":null,"topics":["go-chi","golang","http-server","rest-api"],"latest_commit_sha":null,"homepage":"https://github.com/takumade/rss-aggregator","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takumade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-11T16:46:46.000Z","updated_at":"2024-09-29T21:08:26.000Z","dependencies_parsed_at":"2024-11-21T13:00:41.653Z","dependency_job_id":null,"html_url":"https://github.com/takumade/rss-aggregator","commit_stats":null,"previous_names":["takumade/rss-aggregator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takumade%2Frss-aggregator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takumade%2Frss-aggregator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takumade%2Frss-aggregator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takumade%2Frss-aggregator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takumade","download_url":"https://codeload.github.com/takumade/rss-aggregator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243746200,"owners_count":20341203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go-chi","golang","http-server","rest-api"],"created_at":"2024-11-21T11:18:46.080Z","updated_at":"2025-03-15T15:12:19.104Z","avatar_url":"https://github.com/takumade.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSS Aggregator\n\n![RSS Aggregator Image](./RSS%20Aggregator.png)\n\nRSS Aggregator is a simple RSS feed reader that fetches RSS feeds from multiple sources and stores them in a database. It is built using Go and Postgres. It exposes a REST API to fetch users, feeds, feed follows, posts.\n\n## Tech Stack\n- Go\n- Postgres\n\n\n## Installation\n\n1. Clone this repo:\n\n```sh\ngit clone https://github.com/takumade/rss-aggregator.git\n```\n\n2. Change directory to the project folder:\n\n```sh\ncd rss-aggregator\n```\n\n3. Create a `.env` file in the root of the project and add the following environment variables:\n\n```sh\nPORT=POST_HERE\nDB_URL=DB_URL_HERE\n```\n\n4. Install the dependencies:\n\n```sh\ngo mod tidy\n```\n\n5. Run the project:\n\n```sh\ngo build \u0026\u0026 ./rss-aggregator\n```\n\n## API Endpoints\nCheck the `RSS_Aggregator_API(Thunder Client).json` file for the API endpoints. Its in the root folder\n\n## Other useful commands\n### Create migration \n\nTo add schema migration go to `./sql/schema` and create a file and add your changes. \n\nThen run the following command in root folder:\n\n```sh\n./migrate up\n```\n\n### Add query\n\nTo add a query go to `./sql/queries` and create a file and add your query. \n\nThen run the following command in root folder to create a query file:\n\n```sh\n./generate_query\n```\n\n## Special Thanks To\n[WagsLane](https://github.com/wagslane)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakumade%2Frss-aggregator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakumade%2Frss-aggregator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakumade%2Frss-aggregator/lists"}