Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

rethinkdb/nodecellar-rethinkdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Cellar Sample Application with Backbone.js, Twitter Bootstrap, Node.js, Express, and RethinkDB

This is a fork of Christophe Coenraets's Node Cellar sample CRUD application built with Backbone.js, Twitter Bootstrap, Node.js, Express, modified to use RethinkDB.

The application allows you to browse through a list of wines, as well as add, update, and delete wines.

Complete stack

Installation

git clone git://github.com/rethinkdb/nodecellar-rethinkdb.git
npm install

Note: If you don't have RethinkDB installed, you can follow these instructions to get it up and running.

Running the application

Running the app is as simple as:

node server

Then open a browser: http://localhost:3000.

Note: If you want to override the default RethinkDB connection details, you can specify them as environment variables:

  • RDB_HOST: the RethinkDB host (default: localhost)
  • RDB_PORT: the port (default 28015)
  • RDB_DB: the app database (default: nodecellar)

If you want to enable logging for the database queries (see debug docs for more configuration options):

DEBUG=rdb node server

About

Sample app built with Backbone.js, Twitter Bootstrap, Node.js, Express, RethinkDB forked from ccoenraets/nodecellar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published