Skip to content

Wavvy: Podcast Hosting and Analytics software. Built on the PERN stack and hosted on Heroku. Uses AWS for image and audio file storage. Generates an RSS feed for the user to use on platforms such as iTunes and Spotify. Also gives users a customizable one page website with all their streaming and social links.

Notifications You must be signed in to change notification settings

toshvelaga/wavvy-clean

Repository files navigation

Wavvy

PLEASE NOTE: I am no longer actively maintaining this project. Last time I checked we have more than >3000 users registered. If you would like to use this project for commerical purposes feel free to reach out to me at toshvelaga@gmail.com. Happy to help :)

Wavvy is a full stack software project that allows users to host podcasts. Software allows users to manage their podcasts and episodes, create an RSS feed for itunes/spotify, and create a personalized website to share social media links. Software is in dark mode by default. Check out our Product Hunt Launch for more info.

Tech/framework used

Frontend tech stack:

Backend tech stack:

  • Node
  • Express
  • PostgresSQL
  • Nodemailer
  • AWS SDK

Frontend of the app is in the client folder. Under src directory store folder contains all of the redux actions and reducers. The website folder is responsible for building the landing page.

Edit index.js to change the server connection. Middleware, routes, and utils directories contain server code for API endpoints.

Hosted on Heroku: Folder structure is set up specifically to be compatible with Heroku

Production site is deployed to wavvy.us

Here is a quick Loom demo

Installation

To run this project, install it locally using npm:

$ cd client
$ npm install
$ npm start

to run the Node JS server:

$ node index.js

In the root directory create a .env file with the values from env.txt

Contribute

Feel free to use code however you would like.

If you have any questions feel free to email me at toshvelaga@gmail.com

License

MIT © Tosh Velaga

About

Wavvy: Podcast Hosting and Analytics software. Built on the PERN stack and hosted on Heroku. Uses AWS for image and audio file storage. Generates an RSS feed for the user to use on platforms such as iTunes and Spotify. Also gives users a customizable one page website with all their streaming and social links.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages