Skip to content

A demo using RethinkDB and Angular.js to create a simple chat app

Notifications You must be signed in to change notification settings

thejsj/rethinkdb-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RethinkDB + Angular.js

Basic example of a RethinkDB app using Angular.js with a Node.js backend.

Setup: Install RethinkDB and Node.js

If using Mac:

brew install rethinkdb
brew install node

After installing RethinkDB and Node.js, go the root directory of the repo and install all dependencies.

npm install
bower install

You can now run the node server using the following command:

# Mac and Linux
npm run dev
# Windows
node server

About

A demo using RethinkDB and Angular.js to create a simple chat app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages