Showing posts with label MEAN. Show all posts
Showing posts with label MEAN. Show all posts

Mar 12, 2014

How to create a Session Variable in Node.js & Express?



In this post we will create a session variable that would allow us to access a website through a password. It's simple and only ones programs we need to have installed on our computer are Node.js and Express. If you do not have installed you can see how to do it here:


Mar 9, 2014

How to make a project with Node.js & MongoDB (CRUD) - Part 2 (Update and Delete)



In this post we will continue the previous project in which we were creating a CRUD application with Node.js and MongoDB, helped with the Express framework and Mongoose libraries to read and write data. Now we will see how this information can be updated or deleted


Mar 5, 2014

How to make a project with Node.js & MongoDB (CRUD) - Part 1



In this tutorial we will create a simple CRUD application (Create, Read, Update & Delete) with Node.js and MongoDB. We will use the Express framework and support of libraries Mongoose to handle MongoDB databases.


Feb 25, 2014

First Project with Express and Node.js



In this post we will install Express, the node.js framework, and we will create our first project with the famous "Hello World!"

We will first explain what is Express:


"Express is a minimal and flexible node.js web application 
framework providing a robust set of features for building 
single and multi-page, and hybrid web applications."