Skip to content

DylanHojnoski/rss-agg

Repository files navigation

Podcast API

.env file

PORT=
DB_URL=postgres://postgres:username@domain:port/rssagg?sslmode=disable
KEY=
ALLOWED_ORIGINS=http://*,https://*
SCRAPE_FREQUENCY=1
SCRAPE_CONCURRENCY=10

Database Migrations

export GOOSE_MIGRATION_DIR=./sql/schema
export GOOSE_DRIVE=postgres
export GOOSE_DBSTRING=postgres://postgres:username@domain:port/rssagg?sslmode=disable
goose postgres up

SQL Generator

sqlc compile
sqlc generate

Build

go mod tidy
go build
./rssagg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages