Guided project for Node API module 3.
In this project we will learn how to create a very simple Web API using Node.js
and Express
, and learn to use and create Express Middleware
.
- import this repository into your account.
- clone your version of the repository.
- CD into the folder where you cloned the repository.
- type
npm i
to download dependencies.
Please follow along as the instructor creates and adds middleware
to the API step by step.