Sig:
Getting Started
Sup:
PARTE: APUNTES DE COFFESCRIPT
Ant:
Cake
Con:
Ind:
CoffeeScript y Express
Literally taken from James carr blog and updated 2015:
http://blog.james-carr.org/2012/01/16/blog-rolling-with-mongodb-node-js-and-coffeescript/
Subsecciones
Getting Started
Express generator
The Structure
package.json
app.js
El método
app.use
Middleware
Las Rutas / Routing
Running
El módulo debug
Porting to Coffeescript
Ejecución del Servidor
Pruebas
Mocha, Chai y Expect: instalando las dependencias
Una Prueba Sencilla
¿Cómo lo vamos a hacer?
Should display index with posts: red
Should display index with posts: green
Expect vars posts equal empty array: red
Expect vars posts equal empty array: green
views/index.jade
views/layout.jade
Should display the add post page: red
Should display the add post page: (false) green
Mocha: done
Escribiendo newPost
views/add_post.jade
Should display the add post page: (true) green
Gulpfile
Guardando el Post
Viewing a Single Post
MongoDB
Introducción
NoSQL
Relational Database
Document Oriented DataBase
Getting Started with MongoDB
Create a Collection and Insert Documents
Insert Documents using a For Loop or a JavaScript Function
Insert Multiple Documents Using a For Loop
Working with the Cursor
Mongoose
Getting Started
Añadiendo Persistencia: Posts con MongoDB y Mongoose
Definiendo el Modelo y Probando que Funciona
Usando la Base de Datos MongoDB en vez de un Array en Nuestro Ejemplo
Sig:
Getting Started
Sup:
PARTE: APUNTES DE COFFESCRIPT
Ant:
Cake
Casiano Rodríguez León
2016-03-27