Skip to content

DanielAguirre/rethinkdb_example-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rethinkdb_example

It is the example for the class of rethinkdb in platzi by [Ryan Paul] (https://twitter.com/segphault). Where i could practices with rethikdb driver for node and react facebook library to create new components

Requirements

  1. node.js
  2. rethikdb
  3. express
  4. socket.io
  5. bower
  6. react

Installation

You should have installed rethinkdb 
git clone https://github.com/DanielAguirre/rethinkdb_example-.git `
npm install 
bower install 

Use

First you should run rethikdb in your local host using the next comand rethinkdb

Also you nedd to create a 'todo' table to do it go to localhost:8080 -> Tables click in 'Add table' in Name write todo and choose 'test' like a database

Now you can run node server.js

Go to localhost:8000

========

Es un ejemplo de la clase de rethinkdb en platzi dada por [Ryan Paul] (https://twitter.com/segphault), En el cual pude practivar con el drier de rethinkdb para node.js y la libreria de facebook react para crear nuevos componentes.

Requerimientos

  1. node.js
  2. rethikdb
  3. express
  4. socket.io
  5. bower
  6. react

Instalacicón

Debes de tener instalado rethinkdb

git clone https://github.com/DanielAguirre/rethinkdb_example-.git `
npm install 
bower install 

Uso

Primero denes de correr rethinkdb en tu localhost usando el siguiente comando rethinkdb

Ademas necesitaras crear la tabla 'todo' para hacerlo vea a localhost:8080 -> Tables click en 'Add table' en Nombre escribe 'todo' y escoge 'test' como base de datos

Ahora puedes usar node server.js

Ir a localhost:8000

About

It is a simple example of use rethinkdb with node and express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published