Git Product home page Git Product logo

theetable's Introduction

Thee Table

Sharing music irl, but not really.

Technologies Used

  • MEAN Stack + Socket.io
  • Bootstrap Material Design
  • Snackbar.js
  • Soundcloud API
  • Soundcloud HTML5 Widget API

Installation Requirements

  • mongodb
  • gulp
  • npm
  • bower

run the following commands to set up your local environment

  • mongod - run mongodb locally
  • npm install - install server side module dependancies
  • bower install - install client side module dependancies
  • gulp mocha - run unit tests for the server side
NOTES

Be sure to save a local copy of the Soundcloud SDK in the client/library directory and name the file sdk.js so you can run locally.

Before running gulp mocha you will need to create a local DB called theeTable and create a collection of rooms. Be sure to insert the following:

var lobby = {
  "name": "lobby",
  "currentDJ": null,
  "currentSong": null,
  "currentTime": 0,
  "users": [],
  "chat": [],
  "queue": []
};

into the rooms collection. This is easily done from the mongo command line: db.rooms.insert(lobby)

Once your local environment is set up successfully run node bin/www and navigate to http://localhost:1337

theetable's People

Contributors

justinpinili avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

theetable's Issues

Room logic

-redirect after successful verification
-request all rooms
-display possible choices
-create new rooms
-navigate to specific room

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.