Published 8/2025
Created by George Kovalev
MP4 | Video: h264, 1280×720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Beginner | Genre: eLearning | Language: English | Duration: 25 Lectures ( 2h 42m ) | Size: 1.42 GB
Starting to build servers with JavaScript from zero
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
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 toolsWith 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.
Password/解压密码www.tbtos.com
转载请注明:0daytown » Backend development with NodeJS, ExpressJS, mongoDB