About Course
Express is the most popular framework for Node.js. It is high performance, unopinionated and minimalist web framework for Node.js. It is very fast, fundamental and easy to learn. You also have absolute control over how you handle your request and response. Using Express makes it very easy to build applications using Node.js.
In this course, you will learn how to build a REST API using Express. We will test our APIs using Postman. You will also learn how to use MongoDB to create and manage databases.
WHAT YOU SHOULD KNOW BEFORE TAKING THIS COURSE
I recommend you learn JavaScript fundamentals like Objects, Arrays, Conditional statements, Functions, etc. You also need to know the basics of Node.js and NPM (Node Package Manager)
You can enroll for a free node.js course on aptLearn here.
It will also be helpful to know the following:
- JSON.
- ES6 / ECMAScript 2015.
- Asynchronous JavaScript.
- Higher-Order Array Methods like forEach, filter, map, etc.
- HTTP (status codes, headers, etc.).
- MVC patterns.
Course Content
Introduction
-
Introduction to Express
-
Installation and setup.
09:10