https://github.com/thejasmeetsingh/rss-aggregator
A basic RSS management system
https://github.com/thejasmeetsingh/rss-aggregator
docker go golang postgres restful-api rss-aggregator
Last synced: 3 months ago
JSON representation
A basic RSS management system
- Host: GitHub
- URL: https://github.com/thejasmeetsingh/rss-aggregator
- Owner: thejasmeetsingh
- Created: 2023-10-02T11:00:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-09T03:34:39.000Z (over 1 year ago)
- Last Synced: 2025-01-21T17:30:14.929Z (5 months ago)
- Topics: docker, go, golang, postgres, restful-api, rss-aggregator
- Language: Go
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# RSS Aggregator
My first go project which is basically a RSS management system where user can create their account, create feeds and view list of feeds via Rest APIs.
## Follow below steps to setup and run the project:
- Install [docker](https://www.docker.com/products/docker-desktop/)
- Create a file named as `.env` in the project root path and add below varriables
```
PORT=DB_USER=
DB_PASSWORD=
DB_NAME=
DB_URL=CGO_ENABLED=
```
You can set the respected values as per your need
- And finally run `docker-compose up` and that's it!