Skip to content

Free, open source, real-time collaborative music composition website.

Notifications You must be signed in to change notification settings

TheStopsign/Musicollab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Musicollab

Free, open source, real-time collaborative music composition website.

Requirements

Install MongoDB. The installation page can be found at (https://docs.mongodb.com/manual/installation/). On a Windows machine, MongoDB may require the 'C:\data\db' directory to exist in order to run.

Install Node and npm. Node.js can be installed at (https://nodejs.org/en/download/), which will also install npm

Running the product

To run the project...

PREREQUISITE: navigate into the project directory, and run 'npm install'. This will install all project dependencies from package.json

FIRST make sure the database is running. Open a new terminal window, navigate to 'musicollab/server' and run 'mongod'.

SECOND make sure the server is running. Open a new terminal window, navigate to 'musicollab/server' and run 'node server.js'

THIRD make sure the react client is running. Open a new terminal window, navigate to 'musicollab' and run 'npm start'

If the website does not automatically open, go to 'http://localhost:3000/' in your browser

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

Free, open source, real-time collaborative music composition website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published