/webapi-iii-guided

Starter code for Node API 3 Lecture

Primary LanguageJavaScriptOtherNOASSERTION

Node API 3 Guided Project

Starter code for Node API 3 lecture.

In this project we will learn how to create a very simple Web API using Node.js and Express, and learn to write and use Express Middleware.

Prerequisites

Project Setup

  • fork and clone this repository.
  • CD into the folder where you cloned your fork.
  • type npm i to download dependencies.

Please follow along as the instructor creates and adds middleware to the API step by step.