bbbasic
v0.3.4
Published
A full stack Backbone RESTful API tutorial and starter application using Express, Node, MongoDB, Mongoose, Gulp, Mocha, and Chai
Downloads
13
Maintainers
Readme
BBBasic (Backbone Basic)#
| | --- | --- |
Summary
Take the mystery out of Backbone.js and get started with a fully functional REST API boilerplate application. Read and follow along with the comments.
Using Backbone on the frontend and MongoDB, Node and Express on the backend, you can follow along with and adjust the code to the individual needs of your app.
How to Get Started
Navigate to an empty project directory and:
npm install bbbasic
Then install the (optional) project dependencies:
npm install
If wanting to uninstall any unused regular/dev dependencies, e.g.: gulp-related, run:
npm uninstall --save [dependency name]
npm uninstall --save-dev [dependency name]
Testing
For your convenience, the Mocha and Chai testing suites have been included so that you can customize them for your project.
Deployment
After adjusting the templates and tests to fit the individual needs of your app, get your server + database up and running and deploy to a service like Azure or Heroku to complete the process.
Tech Stack
| | | | | --- | --- | --- | --- | --- | --- | Backbone.js|MongoDB| Node.js | Express.js | Gulp | Mocha & Chai