Skip to content

vleecpp/podbaby

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.5%
  • Go 35.8%
  • PLpgSQL 6.6%
  • Makefile 0.1%