/backbone-songs

This is a small song application developed in node js, backbone js.

Primary LanguageJavaScript

Backbone songs

This is a small song application developed in node, backbone js.

main

edit

DIRECTORY STRUCTURE

assets
    js/                  contains js files
        bbscript.js      contains the backbone code to fetch, create, delete songs from web app
    css/                 contains css files
controlers
    songsController.js   contains express js code for handling api requests
app.js                   app entry point
index.html               the html frontpage
package.json