https://github.com/ccoenraets/nodecellar
Sample application built with Backbone.js, Twitter Bootstrap, Node.js, Express, MongoDB
https://github.com/ccoenraets/nodecellar
Last synced: 12 months ago
JSON representation
Sample application built with Backbone.js, Twitter Bootstrap, Node.js, Express, MongoDB
- Host: GitHub
- URL: https://github.com/ccoenraets/nodecellar
- Owner: ccoenraets
- Created: 2012-10-04T15:26:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T03:22:07.000Z (over 7 years ago)
- Last Synced: 2025-04-09T06:07:46.441Z (about 1 year ago)
- Language: JavaScript
- Size: 802 KB
- Stars: 1,197
- Watchers: 119
- Forks: 587
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-github-projects - nodecellar - Sample application built with Backbone.js, Twitter Bootstrap, Node.js, Express, MongoDB ⭐1,194 `JavaScript` (📦 Legacy & Inactive Projects)
README
# Node Cellar Sample Application with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB #
"Node Cellar" is a sample CRUD application built with with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB.
The application allows you to browse through a list of wines, as well as add, update, and delete wines.
This application is further documented [here](http://coenraets.org/blog).
The application is also hosted online. You can test it [here](http://nodecellar.coenraets.org).
## To run the application on your own Heroku account:##
1. Install the [Heroku Toolbelt](http://toolbelt.heroku.com)
2. [Sign up](http://heroku.com/signup) for a Heroku account
3. Login to Heroku from the `heroku` CLI:
$ heroku login
4. Create a new app on Heroku:
$ heroku create
5. Add the [MongoLab Heroku Add-on](http://addons.heroku.com/mongolab)
$ heroku addons:add mongolab
6. Upload the app to Heroku:
$ git push heroku master
7. Open the app in your browser:
$ heroku open