Learn your way! Get started

MongoDB, Part 2 of 2: Buildout to Going Live

with expert Jordan Hudgens


Watch trailer


Course at a glance

Included in these subscriptions:

  • Dev & IT Pro Video
  • Dev & IT Pro Power Pack

Release date 12/8/2014
Level Intermediate
Runtime 2h 15m
Closed captioning Included
Transcript Included
eBooks / courseware Included
Hands-on labs N/A
Sample code Included
Exams Included


Enterprise Solutions

Need reporting, custom learning tracks, or SCORM? Learn More



Course description

In this course, we are going to build out more functionality of an application, focusing on how to leverage Express for Node.js to our advantage. We will start by taking a look at our server side coding, and eventually move on to our App.js customization and model setup. Once our server is configured, we will build out our remaining views and take the application live. We are going to take a look at how we can incorporate Bootstrap into our application to give it a more professional look and feel. Next we’ll go through the basics of installing Bootstrap, how to include it into the project, and also how we can integrate and configure it within the application.

Prerequisites

This course is for users with experience with relational and non-relational databases. The user should also have programming experience with JavaScript. This course was filmed on a MAC but its programming principals apply to development on the PC as well. The course ‘NoSQL/MongoDB: What is NoSQL’ and ‘NoSQL/MongoDB: Implementation of AngularJS’ should be viewed before taking this course.

Learning Paths

This course is part of the following LearnNowOnline SuccessPaths™:
MongoDB

Meet the expert

Jordan Hudgens has certifications for Ruby on Rails, Thinkful; Ruby on Rails, Bloc.io; Front End Development, Thinkful; and AngularJS, Thinkful. He is currently vice president of engineering for TRACKR in Midland, Texas and is working on his PhD in Computer Science from Texas Tech. In addition to Ruby, Jordan works with PHP, JavaScript, MySQL, Postgres, CSS3, C, C++, C#, Objective-C, and Python. He also works with the frameworks Rails (Ruby), Zend (PHP), and Django (Python), plus the libraries AngularJS, jQuery, and Backbone.js.

Course outline



Buildout

Beginning ExpressJS Buildout (30:24)
  • Introduction (00:19)
  • Server Side Coding (01:29)
  • Demo: Install ExpressJS (03:23)
  • Demo: More Installation (03:52)
  • Demo: ExpressJS (03:41)
  • Demo: Integrate Mongoose (03:55)
  • Demo: Routes (04:44)
  • Demo: Error Handling (05:30)
  • Demo: Error Handling (Cont) (03:06)
  • Summary (00:20)
Models with Mongoose (35:01)
  • Introduction (00:15)
  • Model Setup with Mongoose (01:54)
  • Demo: Listings (04:46)
  • Demo: Questions (03:53)
  • Demo: Factories (04:19)
  • Demo: Factories (Cont) (04:30)
  • Demo: New Question (03:42)
  • Demo: Listing Function (05:20)
  • Demo: Add Like (01:30)
  • Demo: Controller (04:33)
  • Summary (00:15)

Going Live

Server and File Setup (20:26)
  • Introduction (00:11)
  • Demo: Mongo Setup (05:00)
  • Demo: Routing (04:49)
  • Demo: Listings (05:03)
  • Demo: Likes (05:06)
  • Summary (00:13)
Views and Going Live (22:14)
  • Introduction (00:17)
  • Demo: Index (04:45)
  • Demo: Add Listing (04:55)
  • Demo: Likes (04:51)
  • Demo: MVC Structure (01:14)
  • Demo: Going Live (05:51)
  • Summary (00:17)
Styling (27:04)
  • Introduction (00:18)
  • Demo: Get Bootstrap (02:05)
  • Demo: Navigation Bar (05:31)
  • Demo: Debugging (01:43)
  • Demo: Add New Listing (05:44)
  • Demo: Finishing Home Page (04:52)
  • Demo: Show and Hide (06:35)
  • Summary (00:14)