rssator

command module
v0.0.0-...-906b77c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: MIT Imports: 19 Imported by: 0

README

rssator

Backend Web Server + RSS Aggregator (practicing go based of Boot dev's tutorial)

Extennding project:
Diferent date formats that diferent rss feeds use , handle that (add different rss feeds and handle issues as they come)
Add better logging for unhappy path
Go to boot dot dev to see additionnal info for expanding the project

Starting the project:

To launch postgres and redis use:
docker compose -f docker-compose.yml  up
To shut down and remove postgres and redis use:
docker compose -f docker-compose.yml down
Make sure that you have the following variables in your .env file:
PORT=8080
DB_URL=postgres://admin:admin@localhost:5432/postgres?sslmode=disable
After starting the docker you can run the migrations

Go to ./sql/schema and run the following commannd i the termial: goose postgres postgres://admin:admin@localhost:5432/postgres

Ten you can build and start the app by running:
go build ; ./rssator

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL