Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Backend development with NodeJS, ExpressJS, mongoDB
1 students

Backend development with NodeJS, ExpressJS, mongoDB

Starting to build servers with JavaScript from zero
Created byGeorge Kovalev
Last updated 8/2025
English

What you'll learn

  • Set up your first server with JavaScript and NodeJS, ExpressJS
  • Understand what is a server and how it works
  • Define your first routes and controllers
  • Connect to the nonSQL database and learn how to use it for persistent storage

Course content

5 sections24 lectures2h 42m total length
  • What is a server and why do we need it8:00

    If you never built a server this will help to understand the concept of it and why it is useful and almost always necessary

Requirements

  • You will need to be confident using plain JavaScript, CLI (Terminal or gitBash)

Description

If you already know JavaScript and want to master backend development, this course is designed for you. We will start from the very basics – understanding what a server actually is – and gradually move toward building more powerful backend connected to databases and organized with professional standards.

You will not only learn the concepts but also get plenty of hands-on practice. By the end, you’ll be able to set up a server from scratch, design routes for all request types, handle data securely, and connect everything to mongoDB – both locally and in the cloud with Mongo Atlas.

Here’s what we will cover step by step:

– Understanding the server conceptually
– Initializing and running a server with nodemon
– Using GET requests and passing data in params and queries
– Understanding how frontend and backend communicate (including CORS)
– Checking and testing endpoints with Postman
– Organizing routes, controllers, and responses
– Using POST, PUT, DELETE requests and sending data in the body
– Status codes and serving static content
– MongoDB and Mongoose fundamentals, connecting the server to the database
– Building with the MVC pattern, refactoring routes and controllers
– Creating, deleting, and updating documents in the database, including multiple collections and relationships with populate()
– Working with Mongo Atlas for cloud databases
– Writing clearl API descriptions and using industry tools

With these solid foundations, you will gain the skills and confidence to create and scale your own backend applications. No fluff, no unnecessary theory – just a practical, step-by-step path understand the backend development with JavaScript.

Who this course is for:

  • JavaScript developers curious about trying backend development