Skip to content

Social Sound SPA where users can upload and play audio, as well as add comments and likes on other users’ songs. Technologies: MEAN stack, Passport, Bootstrap, OAuth, AWS EC2

Notifications You must be signed in to change notification settings

phillipn/SoundCloud_Clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoundCloud Clone (LoudCloud) alt text

Technologies

  • MEAN stack
  • OAuth
  • Passport

This project is a clone of Soundcloud and using the MEAN Stack. It was created from start to finish in 5 days. See it live at http://54.172.134.183/

Authors

Dependencies

NPM Dependencies
  "angular-animate": "^1.6.2",
  "bcrypt": "^1.0.2",
  "bcryptjs": "^2.4.3",
  "body-parser": "^1.16.1",
  "connect-flash": "^0.1.1",
  "connect-multiparty": "^2.0.0",
  "cookie-parser": "^1.4.3",
  "dotenv": "^4.0.0",
  "express": "^4.14.1",
  "express-jwt": "^5.1.0",
  "express-session": "^1.15.1",
  "jsonwebtoken": "^7.3.0",
  "mongoose": "^4.8.5",
  "passport": "^0.3.2",
  "passport-facebook": "^2.1.1",
  "passport-google-oauth": "^1.0.0",
  "passport-local": "^1.0.0"
Bower Dependencies:
  "angular": "^1.6.2",
  "angular-route": "^1.6.2",
  "angular-bootstrap": "^2.5.0",
  "bootstrap": "^3.3.7",
  "angular-messages": "^1.6.2",
  "ng-file-upload-shim": "^12.2.13",
  "ng-file-upload": "^12.2.13",
  "angular-animate": "^1.6.2"

Installation

npm install
bower install
node server.js

About

Social Sound SPA where users can upload and play audio, as well as add comments and likes on other users’ songs. Technologies: MEAN stack, Passport, Bootstrap, OAuth, AWS EC2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.6%
  • HTML 26.2%
  • CSS 3.2%