Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Expressjs for beginners: A JavaScript Framework
Rating: 4.1 out of 5(4 ratings)
1,188 students

Learn Expressjs for beginners: A JavaScript Framework

Create a Basic Server and Integrate a Database step by step
Last updated 4/2026
English

What you'll learn

  • Create a basic Express server
  • Integrate a database into express
  • Refactor existing code
  • Create basic routes
  • Test routes using postman
  • Install and use middleware
  • Serve static content
  • Install and use nodemon
  • Use various http methods
  • Understand basic http response codes.

Course content

7 sections42 lectures3h 29m total length
  • Introduction2:38
  • What is Express1:31
  • What is Node3:01
  • Installing Node3:22
  • What is npm5:00
  • Updating npm4:34
  • Basic npm commands3:24
  • Synchronous vs Asynchronous10:50
  • Create package.json and install express6:10
  • What is Atom4:32
  • Installing Atom2:46

Requirements

  • Basic HTML and CSS Knowledge
  • Basic JavaScript Knowledge
  • Basic database knowledge

Description

Express is a fast, minimalist framework that sits on top of Node.js and allows you to build powerful single- and multi-page web applications and websites.

Express JS is built  with Node JS  and is a web framework that can help developers build faster and smarter websites and web apps. NodeJS is a server-side technology built using JavaScript.

 Express can also be integrated with other modules and databases and offers HTTP utilities and middleware for creating APIs.

This course will teach you the very basics in practical steps from installation to creating basic routes and using various http request and response  status codes.  You will learn how to use a useful tool called postman to test http request methods and also the response and status codes.   We will also be learning how to install mongodb database and integrate it into our express app.  

By the end of the course we would have created a basic functional express server integrated with a mongoDB database.

Topics include:
  • Handling HTTP requests with Node.js and Express
  • Introduction to basic routing
  • Creating simple basic routes
  • Creating a basic express server
  • Using callback functions
  • Using arrow functions
  • Refactoring existing code
  • Using Postman to test HTTP request  | response and status codes
  • Introduction to middlewares
  • Integrating MongoDB into Express
  • Installing and using nodemon


Who this course is for:

  • Absolute beginners to express
  • Novice developers
  • Anyone who wants to learn something new