/MEANStream

Music streaming desktop application using Electron, Angular, MongoDB and Node.js.

Primary LanguageHTML

MEANStream

MEANStream is a desktop music streaming service and player built using the MEAN (Mongo, Express, Angular, Node) stack.

Demo video: https://youtu.be/bZZKlb1PfAY

MEANStream

Setup (Local)

  1. Clone this repository using git clone https://github.com/notakamihe/MEANStream.git
  2. Enter the server directory and run npm install && npm start to run the backend server.
  3. In a separate terminal, enter the client directory and run npm install && npm start to run the Angular/Electron app.

Live Desktop App

  1. The executable for the latest version of Meanstream is located in the Releases.