This web app is used test different levels of user control of music recommender system built by web spotify API. The web app was implemented by express.js and jQuery.
all dependent libraries and some pre-installed libraried in express
configuration mongoose for mongo DB
installed libraies by npm
this folder contains two main js files for the front-end page
this js file is for controlling recommender UI and data communication with server
this file is for welcome page for evaluation
this folder contains two css files
this js file is for recommender UI style
this file is for welcome page for evaluation
this is for back-end using a spotify-api wrapper
a router for system, a restulful API to call the services in recommender.js
recommender engine using the spotify-api wrapper
different pages powered by jade template
this is a script to start the app
Make sure you have installed node and mongodb on you PC.
replace the appKey and appSecret with yours generated from web spotify API page; and set your own callbackURL in index.js and recommender.js
Start the app start mongodb in terminal by "mongod" start the app in terminal by tpying "node app.js"