click here to read API documentation
-
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 serverPORT=3000 POSTGRES_CONNECTION=postgres://postgres:root@localhost:5432/rssagg?sslmode=disable
-
Build and run the server
go build && ./rss-aggregator.exe