Creating a REST API with Node.js

Lesson 1, Step 1: Introduction

Courses Outline

Free
Introduction
0:55
Setting up our Node Project Skeleton
22:29
Setting up MongoDB for Node API
16:15
Adding Data (POST requests in Node)
20:09
Retrieving Data (GET requests in Node)
10:29
Updating Data (PUT requests in Node)
6:31
Deleting Data (DELETE requests in Node)
5:29
Adding features to our Node API and refactoring
41:01
Setting up our User Model for Authentication in Node
14:22
Authentication Middleware and Securing Resources in Node
28:37