Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/existenzial/bbbasic
an npm module containing a Backbone boilerplate RESTful API and helpful tutorials pseudocoded throughout
https://github.com/existenzial/bbbasic
Last synced: about 9 hours ago
JSON representation
an npm module containing a Backbone boilerplate RESTful API and helpful tutorials pseudocoded throughout
- Host: GitHub
- URL: https://github.com/existenzial/bbbasic
- Owner: existenzial
- License: mit
- Created: 2015-12-09T00:54:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T20:07:09.000Z (about 8 years ago)
- Last Synced: 2024-11-09T19:05:16.209Z (7 days ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/bbbasic
- Size: 388 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/existenzial/BBBasic.svg?branch=master)](https://travis-ci.org/existenzial/BBBasic)
# 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:
```sh
npm install bbbasic
```
Then install the (optional) project dependencies:```sh
npm install
```
If wanting to uninstall any unused regular/dev dependencies, e.g.: gulp-related, run:```sh
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](https://azure.microsoft.com/en-us/get-started/) or [Heroku](https://devcenter.heroku.com/start) to complete the process.## Tech Stack ##
| | | | |
--- | --- | --- | --- | --- | --- |
Backbone.js|MongoDB| Node.js | Express.js | Gulp | Mocha & Chai## Team ##
[![Jazz Lyles](https://avatars2.githubusercontent.com/u/10368585?v=3&s=460)](https://github.com/existenzial)
Jazz Lyles
[LinkedIn](https://www.linkedin.com/in/jazzlyles)
[Twitter](https://twitter.com/JazzLyles)
[Site](http://jazzlyles.com)