/Server-side-Development-with-NodeJS-Express

This course deals with all things server-side. We base the entire course around the NodeJS platform. We start with a brief overview of the Web protocols: HTTP and HTTPS. We examine NodeJS and NodeJS modules: Express for building web servers. On the database side, we review basic CRUD operations, NoSQL databases, in particular MongoDB and Mongoose for accessing MongoDB from NodeJS. We examine the REST concepts and building a RESTful API. We touch upon authentication and security. Finally we review backend as a service (BaaS) approaches, including mobile BaaS, both open-source and commercial BaaS services.

Primary LanguageJavaScript

Server side Development with NodeJS Express

This course deals with all things server-side. We base the entire course around the NodeJS platform. We start with a brief overview of the Web protocols: HTTP and HTTPS... We examine NodeJS and NodeJS modules: Express for building web servers. On the database side, we review basic CRUD operations, NoSQL databases, in particular MongoDB and Mongoose for accessing MongoDB from NodeJS. We examine the REST concepts and building a RESTful API. We touch upon authentication and security. Finally we review backend as a service (BaaS) approaches, including mobile BaaS, both open-source and commercial BaaS services.

At the end of this course, you will be able to:

  • Demonstrate an understanding of server-side concepts, CRUD and REST
  • Build and configure a backend server using NodeJS framework
  • Build a RESTful API for the front-end to access backend services

Get The course Here: Server-side Development with NodeJS, Express and MongoDB!.

Important Resources links:

Week 1

Node Modules:

Node and HTTP:

  1. Node Resources:
  1. HTTP Resources:

Introduction to Express:

In this lesson you will learn about the Express framework that enables implementing and deploying powerful web servers based on Node

  1. Express Resources:
  1. Other Resources:

Week 2

Express Generator

Node and MongoDB

  1. MongoDB Resources
  1. Other Resources
  1. Mongoose Resources
  1. Other Resources

Week 3

Basic Authentication

Express Resource

Other Resources