Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Node.js, Express & MongoBD in a weekend
Rating: 4.5 out of 5(40 ratings)
308 students

Node.js, Express & MongoBD in a weekend

Extend your existing JavaScript skills to write back-end code for your web applications.
Created byGreg Lim
Last updated 4/2021
English
English [Auto],

What you'll learn

  • Build and deploy a blog app with Node JS, Express and MongoDB

Course content

16 sections57 lectures4h 24m total length
  • What is Node.js?4:40

    Discover how Node.js lets you run JavaScript on the server to build scalable, event-driven web apps with Express and MongoDB, enabling code sharing between browser and server.

  • Installing Node.js1:16

    Install Node.js by downloading the recommended version for your operating system, complete the installer, and verify the installation by running node -v and npm -v in the terminal.

  • Creating our First Server6:19

    Create and run Node.js server using the http module, requiring packages and a callback to handle requests and responses, then listen on port 3000 to complete the request–response cycle.

  • More on Request and Response4:37

    Learn to route requests by URL with an if-else in the callback, returning the home, about, or contact pages, or a 404 not found with a 200 status for success.

  • Responding with HTML5:24

    Learn to respond with html by building home, about, contact, and not found pages using the filesystem module, and explore the request-response cycle with express.

Requirements

  • Basic programming experience

Description

In this course, we take you on a fun, hands-on and pragmatic journey to learning Node.js, Express and MongoDB development. You'll start building your first Node.js app within minutes. Every chapter is written in a bite-sized manner and straight to the point as I don’t want to waste your time (and most certainly mine) on the content you don't need. In the end, you will have the skills to create a blog app and deploy it to the Internet.

In this course, we will cover:

  • Chapter 1: Introduction

  • Chapter 2: Introduction to npm & Express

  • Chapter 3: Beginning our Blog Project

  • Chapter 4: Templating Engines

  • Chapter 5: Introduction to MongoDB

  • Chapter 6: Applying MongoDB to our Project

  • Chapter 7: Uploading an Image with Express

  • Chapter 8: Introduction to Express Middleware

  • Chapter 9: Refactoring to MVC

  • Chapter 10: User Registration

  • Chapter 11: User Authentication with Express Sessions

  • Chapter 12: Showing Validation Errors

  • Chapter 13: Relating Post Collection with User Collection

  • Chapter 14: Adding a WYSIWYG Editor

  • Chapter 15: Using MongoDB Atlas

  • Chapter 16: Deploying Web Apps on Heroku

The goal of this course is to teach you Node.js, Express and MongoDB development in a manageable way without overwhelming you. We focus only on the essentials and cover the material in a hands-on practice manner for you to code along.

About the Reader

No previous knowledge on Node.js development required, but you should have basic programming knowledge.

About the Author

Greg Lim is a technologist and author of several programming books. Greg has many years in teaching programming in tertiary institutions and he places special emphasis on learning by doing.

Who this course is for:

  • Any beginning developer who wants to learn Node, Express and MongoDB