Sheet-Music-International
A web app where people can freely download, upload, and store sheet music.
Getting Started
- Download Node.js: https://nodejs.org/en/download/
- Download MongoDB: https://www.mongodb.com/download-center, https://docs.mongodb.com/manual/administration/install-community/
- Download/clone this repo
- run
npm init
- description: sheet music web app
- author:
your name here
- enter yes on ok
- Open your terminal in the root directory of the web app and run
npm install
to install dependencies- if you get the following error: "Error: Cannot find module 'some-module'" then do the following
- npm install 'some-module'
- if you get the following error: "Error: Cannot find module 'some-module'" then do the following
- Run command
mongod
to start MongoDB in your terminal - Open another terminal and run
node app
to start the web app
Project Developers
- Javier Peralta - perajavier626@gmail.com
- Wade Kariniemi- wkariniemi@gmail.com
- Reman Koshaba- rkoshab1@asu.edu
- Kevin Duong- ktduong@asu.edu
- Jezreel Garcia - jgarci72@asu.edu
- Sang Le - sble1@asu.edu
Project Details
This project makes use of: