/shm

A web app where people can freely download, upload, and store sheet music.

Primary LanguageHTML

Sheet-Music-International

A web app where people can freely download, upload, and store sheet music.

Getting Started

  1. Download Node.js: https://nodejs.org/en/download/
  2. Download MongoDB: https://www.mongodb.com/download-center, https://docs.mongodb.com/manual/administration/install-community/
  3. Download/clone this repo
  4. run npm init
    • description: sheet music web app
    • author: your name here
    • enter yes on ok
  5. 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'
  6. Run command mongod to start MongoDB in your terminal
  7. 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: