RESTful Web Services with Node.js and Express

Pluralsight
Course Summary
Node.js is a simple and powerful tool for backend development. When combined with Express, you can create lightweight, fast, scalable APIs quickly, and simply.
-
+
Course Description
Node.js is a simple and powerful tool for backend development. When combined with express, you can create lightweight, fast, scalable APIs quickly and simply. In this course, we will walk through how to stand up a lightweight Express server serving truly RESTful services using Node.js, Mongoose, and MongoDB. We will implement all of the RESTful verbs to get, add, and update data from our service. We will also spend some time working through unit and end to end integration tests for our services.
-
+
Course Syllabus
What Is REST?- 18m 54s
—Introduction 0m 51s
—What Is REST? 2m 57s
—Uniform Interface 2m 46s
—Setting up Our Environment 5m 58s
—Getting Gulp Set Up 5m 32s
—Summary 0m 49sGetting Data- 20m 30s
—Introduction 0m 39s
—Implementing HTTP Get 4m 40s
—Wiring up to MongoDB and Mongoose 8m 32s
—Filtering with the Query String 3m 33s
—Getting a Single Item 2m 23s
—Summary 0m 40sPosting Data- 17m 30sUpdating Data- 20m 9sTesting- 33m 40sHATEOAS- 13m 51s