Giter VIP home page Giter VIP logo

#Repo for musichub site

The online interactive music sheet edit and sharing system.

##To Install

Before Install, you need to satisfy the following prerequirement

  1. Install Node.js, you could find it here Node.js.
  2. Install Mongodb or use existed one, you could find it here Mongodb
  3. Follow this section, make sure you satisfied the requirement to install node-mongodb-native
  4. Install Bower, you could find it here Bower.
  5. install git, if your computer doesn't have it installed.
  6. If on windows, configure the PATH to make the terminal could find git, node, npm and bower (the installer should do this for you)

To Install

  1. pull down this repo with git clone <path to this repo> either with ssh or http
  2. switch into the directory
  3. run git submodule foreach git pull origin master to fetch all sub modules
  4. run npm install to resolve all server dependency
  5. run bower install to resolve all client dependency
  6. clone config.example.js to config.js
  7. change the settings in config.js to match your setting

To Run

  1. start a mongodb process or use the one you already have
  2. start the server with node index.js

##Data Structure

/--- auth         # where to define all user authentication methods
  |- node_modules # install target of server dependency
  |- events       # define all events that will be send to the client
  |- models       # data schema used to connect to the database
  |- public       # all static web files
  | |-(components)  # install target of client dependency
  |- routes       # where to handle dynamic web content
  |- test         # some tests
  |- utils        # some utils that cannot be classified into any directory
  |- views        # template to render dynamic web page
  |- (components)   # install target of sub repos
  |- .bowerrc     # override the defult install target of bower
  |- .gitignore   # define which file should not be added to the stage area
  |- .gitmoduled  # define sub repos, and path to put the file in
  |- bower.json   # define the client dependency
  |- config.example.js # exmaple for configuration file
  |- package.json # define the server dependency
  |- index.js     # entry of the server
  |- README.md    # this file

music-hub's Projects

vexflow icon vexflow

A JavaScript library for rendering music notation and guitar tablature.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.