Skip to content

Demo app for bbstarter - A custom boilerplate for developing web clients with backbone and bootstrap

Notifications You must be signed in to change notification settings

josjevv/bbstarter-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A demo app for bbstarter

The application demonstrates simple CRUD operations on items. The items are fetched from nodejs-express server which returns the results from mongodb in json format. A more or less REST based implementation.

To start the app

npm install
node web.js

Then visit http://localhost:3000

Resources

Note: I just started working on backbone, there might be lot which can be generalized and made better. Feel free to send pull requests!

Todos

  • Generalize
  • Model validations
  • File uploads
  • many more...

About

Demo app for bbstarter - A custom boilerplate for developing web clients with backbone and bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published