Skip to content

Repository files navigation

The concurrent RSS aggregator

Quick start

cp .env.example .env
go build && ./go-rss

Run DB migrations:

cd sql/schema
goose postgres postgres://go-rss-user:go-rss-password@localhost:5439/go-rss-db up

Generate go code using SQL:

cd <root-folder>
sqlc generate

Run the DB using docker compose:

export .env
docker-compose up

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages