GithubHelp home page GithubHelp logo

music-everywhere's Introduction

MusicEverywhere

The purpose of this project is to provide a structure for listening music and watching videos through a web interface.

Requirements

Git Mongodb Nodejs Ruby Sass Compass

Install

To deploy the project and install all the dependencies, clone the repository from github (see git commands below) and run

sudo sh Install.sh
#Git
git clone https://github.com/Fairen/music-everywhere.git     # clone repository
git add/remove <filename>                         # add/delete files
git commit -m "message"                           # commit
git push -u origin master                         # push commit on repository

#install (Web Server)
npm install                     # install nodejs dependencies
bower install                   # install bower dependencies
bower install font-awesome      # TODO: add in dependencies

#install (Server)
npm install -g express          # install Express
npm link express                # install Express
npm install passport            # TODO: add in dependencies 
npm install passport-local      # TODO: add in dependencies

#launch
grunt server                    # Web server
node server/server.js           # Express server

Architecture

app/                          --> all of the files to be used in production
  bower_components/           --> libraries managed by bower 
  scripts/                    --> js files
      controllers/            --> AngularJs - controllers
          home.js
          index.js
          login.js
          music.js
      directives/             --> AngularJs - directives
          directives.js
      app.js                  --> AngularJs - module and routes
  styles/                     --> scss files
    main.scss                 --> default stylesheet
  view/                       --> angular view partials 
    home.html
    login.html
    music.html
  index.html                  --> app layout file (the main html template file of the app)

server/                       --> server (Express) files
    cors.js                   --> Express configuration file
    server.js                 --> Express server 
    userprovider-mongodb.js   --> provider for User collection

test/                         --> Tests folder
Install.sh                    --> Install WebApp on Debian Wheezy

music-everywhere's People

Contributors

fairen avatar

Watchers

James Cloos avatar  avatar

music-everywhere's Issues

Play/pause player

When a user click on a song to pause it, the player should passed on pause mode. When the user click again on the song the player should passed on play mode where the song stopped.
The player button play/pause should be binded to the click on songs.

File upload

upload file via drag and drop - file explorer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.