This project was bootstrapped with Create React App.
Free, open source, real-time collaborative music composition website.
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
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
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.