rd4704 / podbaby

Personal podcast web client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Podbaby is a web application for listing to and organizing your podcasts.

Development setup

We assume the following are installed:

  • Go 1.5+
  • PostgreSQL 8+
  • NodeJS 5.4+
  • Redis

Install

go get github.com/danjac/podbaby
cd GOPATH/src/github.com/danjac/podbaby
cp .env.sample .env // edit as required
make
make test
./bin/runapp serve -env=dev 
npm run dev

Open browser at localhost:5000

About

Personal podcast web client

License:MIT License


Languages

Language:JavaScript 57.5%Language:Go 35.8%Language:PLpgSQL 6.6%Language:Makefile 0.1%