A modern, open-source, collaborative music app
|
il y a 8 ans | |
---|---|---|
backend | il y a 8 ans | |
frontend | il y a 8 ans | |
.editorconfig | il y a 8 ans | |
.gitignore | il y a 8 ans | |
LICENCE | il y a 8 ans | |
README.md | il y a 8 ans | |
docker-compose.yml | il y a 8 ans |
Musare in NodeJS, Express, SocketIO and VueJS.
Once you've installed the required tools:
git clone https://github.com/MusareNode/MusareNode.git
cd MusareNode
cp backend/config/template.json backend/config/default.json
The
secret
key can be whatever. It's used by express's session module. Theapis.youtube.key
value can be obtained by setting up a YouTube API Key.
docker-compose build
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.
The backend is at localhost:8081.