Giter VIP home page Giter VIP logo

decibel-wars's Introduction

Decibel Wars

Overview

Cool web application for ordering songs in karaoke bars. The way it works is you sit at a table in the bar and by using your smartphone you find a song you would like to sing, enter your name and table number. The DJ will receive your request and you will receive a notification when you are going to sing.

Used techologies

MEAN stack project using Angular 2, Elasticsearch for indexing of song metadata, assisting in search, Mongoose as ODM for Mongo, Passport for authentication, integrated Spotify login.

Architecture

The project consists of a backend and frontend part which run separately.

  • Backend - uses Express as a web framework and nodemon as an application server.

  • Frontend - based on Angular 2 and is being served by its own application server included in angular-cli.

  • Elasticsearch - runs as a standalone process on http://localhost:9200 and includes the indexed data which the other components request when doing a search.

Build

To build both modules run:

npm install

in client and server directories.

Deploy

cd server 
npm start
cd client 
ng serve
./bin/elasticsearch.sh

decibel-wars's People

Contributors

aleksandarsavev avatar powerslider avatar

Watchers

 avatar  avatar

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.