Skip to content

oggy107/rss-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rss-aggregator

API documentation

click here to read API documentation

Getting started

  • Spin up a postgres server

  • Clone the repo and create .env file in the root

  • Here is the example .env. Edit the file to match your postgres connection string and desired port for the server

    PORT=3000
    POSTGRES_CONNECTION=postgres://postgres:root@localhost:5432/rssagg?sslmode=disable
  • Build and run the server

    go build && ./rss-aggregator.exe

Releases

No releases published

Packages

No packages published

Languages