Skip to content

emaesen/nodestore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Store Application with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB

"Node Store" is a CRUD application built with with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB.

Installation

  1. Clone this repo
  2. cd into the repo directory:
$ cd nodestore

To run the application on your own Heroku account:###

  1. Install the Heroku Toolbelt
  2. Sign up for a Heroku account
  3. Login to Heroku from the heroku CLI:
    $ heroku login
  1. Create a new app on Heroku:
    $ heroku create
  1. Add the MongoLab Heroku (sandbox) Add-on
    $ heroku addons:add mongolab:sandbox
  1. Upload the app to Heroku:
    $ git push heroku master
  1. Open the app in your browser:
    $ heroku open

To run the application locally:###

  1. Install MongoDB
  2. Start MongoDB
    $ mongod
  1. Install all dependencies
    $ [sudo] npm install
  1. Start the web server (in a different command tab)
    $ node server

About

Sample application built with Backbone.js, Twitter Bootstrap, Node.js, Express, MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%