Skip to content

Browser based podcast app - Hack Reactor Greenfield project

Notifications You must be signed in to change notification settings

trautlein/greenCast

 
 

Repository files navigation

Build Status

GreenCast

Pithy project description

Team

  • Product Owner: teamMember
  • Scrum Master: teamMember
  • Development Team Members: teamMember, teamMember

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

npm start

Requirements

  • Node 6.7
  • Express 4.14.x
  • MongoDB 3.x
  • React 0.14.7

Development

Installing Dependencies

From within the root directory:

npm install
bower install

Roadmap

View the project roadmap here

API

Method Uri Authorization Comment
GET / Anonymous GreenCast HomePage
GET /user Anonymous Login/Signup Form
POST /user Anonymous / User Submittal of Login/Signup
GET /user/:username Anonymous User's Public Information
GET /user/:username/subscriptions User User's Podcast Subscriptions
POST /user/:username/subscriptions User Add a Podcast to a User's Subscriptions
GET /channel/:channelId Anonymous View A PodCast Channel's Episodes

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

Browser based podcast app - Hack Reactor Greenfield project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • HTML 1.6%