Skip to content

Pacific-Pacifico/9podcasts

 
 

Repository files navigation

9podcasts

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

For Windows Command prompt

 set CONN=postgres://postgres:test@123@localhost:5432/9podcast?sslmode=disable

For Bash shell

export CONN=postgres://postgres:test@123@localhost:5432/9podcast?sslmode=disable

sudo service redis-server start
 

About

Self Hosted Podcast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 56.7%
  • HTML 30.3%
  • JavaScript 12.2%
  • CSS 0.8%