Skip to content
/ Paudio Public

full-stack audio podcast app (codeclan group project)

Notifications You must be signed in to change notification settings

ravaldo/Paudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paudio

A full-stack audio podcast app. React/JavaScript frontend with a RESTful API and Express/MongoDB backend. Uses a GraphQL API to retrieve podcast data.

Group project for CodeClan, planned and developed over 6 days by @ravaldo, @kirsty-m, @SeanCushnie, @ablaney88.

Features

  • browse the top 100 podcasts
  • search for podcasts
  • subscribe to podcasts
  • play a podcast episode
  • create and edit a playlist
  • view episode info
  • fully responsive design
  • light/dark themes

Screenshots

Installation

ensure mongodb is installed and running (expected port 27017)

cd server
npm install
node db/seeder
npm run server:dev
cd client
npm install
npm start

About

full-stack audio podcast app (codeclan group project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •