Self Hosted Podcasts
A self hosted platform for creating and hosting your podcasts
To run this binary you need to set connection string for the postgres server
set CONN=postgres://postgres:test@123@localhost:5432/9podcast?sslmode=disable
export CONN=postgres://postgres:test@123@localhost:5432/9podcast?sslmode=disable
sudo service redis-server start