/gorss

RSS reader with go backend

Primary LanguageGo

gorss

RSS reader with go backend. Requires mongodb.

Run the following commands to start

go get
go install
export PORT=8080
export MONGOHQ_URL=<url-to-mongo-db-database>
gorss