Skip to content

maaixprt/tutorial-rethinkdb-nodejs-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RethinkDB CRUD example using Node.js and Docker Compose

This repository contains a simple Node.js app that shows you how to perform CRUD operations on RethinkDB.

Follow these simple instructions and you'll be up and running:

git clone https://github.com/markwatsonatx/tutorial-rethinkdb-nodejs-crud
cd tutorial-rethinkdb-nodejs-crud
docker-compose up -d

After running docker-compose up -d you can access the sample application at http://DOCKER-HOST-IP:33000/. You can access the RethinkDB administration console at http://DOCKER-HOST-IP:38080.

You can learn more by watching the YouTube video here.

About

RethinkDB CRUD example using Node.js and Docker Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.8%
  • HTML 26.9%
  • Shell 5.5%
  • CSS 0.8%