A digital music sharing platform for private music instructors and their students
Developed at Hack Reactor, San Francisco by Lizzie Shipton. Deployed via Heroku
- [Dependencies](# dependencies)
- [Development](# develop-/-contribute)
- [Usage](# usage)
- [Tasks](# tasks)
- [Known Bugs (Updated October, 2016)](# known-bugs)
- "body-parser": "^1.15.2",
- "express": "^4.14.0",
- "forever": "^0.15.2",
- "mongodb": "^2.2.10",
- "mongoose": "^4.6.3",
- "nodemon": "^1.11.0"
Fork the repo to your github.com account. Clone to your local machine.
Install dependencies and start local server (from command-line):
cd lesson-less
npm install
cd client
bower install
cd ..
npm start
To seed the database, run the seed_database.js file one time from your command-line:
node seed_database.js
This will populate your database with 50 initial Real Book charts from www.guitarcats.com