MongoDB (Part 2 of 2): Buildout to Going Live
Interactive

MongoDB (Part 2 of 2): Buildout to Going Live

Biz Library
Updated Feb 04, 2020

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.


Lesson 1:

  • Server Side Coding
  • Demo: Install ExpressJS
  • Demo: More Installation
  • Demo: ExpressJS
  • Demo: Integrate Mongoose
  • Demo: Routes
  • Demo: Error Handling
  • Demo: Error Handling (Cont).

Lesson 2:

  • Model Setup with Mongoose
  • Demo: Listings
  • Demo: Questions
  • Demo: Factories
  • Demo: Factories (Cont)
  • Demo: New Question
  • Demo: Listing Function
  • Demo: Add Like
  • Demo: Controller.

Lesson 3:

  • Demo: Mongo Setup
  • Demo: Routing
  • Demo: Listings
  • Demo: Likes .

Lesson 4:

  • Demo: Index
  • Demo: Add Listing
  • Demo: Likes
  • Demo: MVC Structure
  • Demo: Going Live.

Lesson 5:

  • Demo: Get Bootstrap
  • Demo: Navigation Bar
  • Demo: Debugging
  • Demo: Add New Listing
  • Demo: Finishing Home Page
  • Demo: Show and Hide.