Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Complete ExpressJS and MongoDB for Beginners in 2 hours
Rating: 4.6 out of 5(285 ratings)
20,728 students

Complete ExpressJS and MongoDB for Beginners in 2 hours

To get a complete course on JavaScript: Do visit my channel with the name of "Ministry of JavaScript" at YouTube.
Created byValeed Mehmood
Last updated 8/2020
English

What you'll learn

  • All the base concepts of ExpressJS will be clear to learner
  • All the base concepts of MongoDB will be clear to learner
  • You will be able to create APIs in ExpressJS
  • You will be able to create private routes (Protected with JWT)

Course content

3 sections18 lectures1h 47m total length
  • Introduction2:17

    Brief introduction of what we are going to learn, and how to get started

  • Installing ExpressJS and Creating Server4:52

    In this video we will install ExpressJS in our project, and we will learn how to create server with port in ExpressJS

  • Installing nodemon3:28

    In this video, we will learn that what is nodemon and how can we install it

  • Implementing Routes4:11

    In this video, we will learn that how can we create routes in ExpressJS

  • How request and response work in ExpressJS5:18

    In this video, we will learn that how request and response work in ExpressJS routes

  • Creating Routes in separate file6:11

    In this video, we will be creating routes in a separate file, and we will be adding route prefixes on it as well

Requirements

  • Basic Javascript
  • Understanding of how database works

Description

To get a complete course on JavaScript: Do visit my channel with the name of Ministry of JavaScript at YouTube. I am uploading new videos over there on daily basis.


In this course, we will be covering all the base concepts of NodeJS, ExpressJS along with MongoDB like:

  1. Installation of ExpressJS

  2. Type of routes, and implementation

  3. How to deal with request and response

  4. What is MongoDB and how can we connect it to our ExpressJS Server

  5. APIs creation using ExpressJS and MongoDB

  6. How to deal with an error handling

  7. How to play with validations in ExpressJS

  8. How to play with password encryptions (storing, verifying)

  9. How to deal with JSON web token in ExpressJS

  10. How to add JSON web token verification on protected routes using Middleware

  11. How to perform authentication along with JSON web token

This course will not just cover basic topics but we will be learning some advanced topics as well of ExpressJS.

After the completion of this course, you can easily be able to work on ExpressJS and MongoDB, this is my promise.


Follow me to get the amazing courses in a field of JavaScript. On youtube we are uploading new videos on daily basis and we are trying our best to serve the JS community in the best way we can.

Who this course is for:

  • Javascript developers curious about backend javascript frameworks