A modern, open-source, collaborative music app

Septimus 903d9294f3 Merge branch 'master' of github.com:Musare/MusareNode %!s(int64=8) %!d(string=hai) anos
backend 903d9294f3 Merge branch 'master' of github.com:Musare/MusareNode %!s(int64=8) %!d(string=hai) anos
frontend 903d9294f3 Merge branch 'master' of github.com:Musare/MusareNode %!s(int64=8) %!d(string=hai) anos
.editorconfig c359235334 Enforce consistent whitespace of nginx.conf %!s(int64=8) %!d(string=hai) anos
.gitignore bf26aa0440 Added local copies of Bootstrap and jQuery, Recreated header with Bootstrap %!s(int64=8) %!d(string=hai) anos
LICENCE 31d9626d16 Lol, this blew my mind.. http://www.gcse.com/english/licence.htm %!s(int64=8) %!d(string=hai) anos
README.md d257163bc0 Fixed most issues with Windows, still error with posting to backend. Possible solution would be to put frontend and backend in same container %!s(int64=8) %!d(string=hai) anos
docker-compose.yml 5e5ea87297 This link isn't needed %!s(int64=8) %!d(string=hai) anos

README.md

MusareNode

Musare in NodeJS, Express, SocketIO and VueJS.

Requirements

Getting Started

Once you've installed the required tools:

  1. git clone https://github.com/MusareNode/MusareNode.git
  2. cd MusareNode
  3. cp backend/config/template.json backend/config/default.json

The secret key can be whatever. It's used by express's session module. The apis.youtube.key value can be obtained by setting up a YouTube API Key.

  1. docker-compose build
  2. docker-compose up

This will ensure that the services we've created start up correctly.

Once this is done you should be able to access Musare in your local browser at localhost.

If you are using Docker ToolBox, you will access Musare at 192.168.99.100 instead of localhost or 127.0.0.1.