nelglez / node-api3-guided

Guided Project for Node APIs Module 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node API 3 Guided Project

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.

Prerequisites

Project Setup

  • clone the repository to your local.
  • CD into the folder where you cloned the repo.
  • type npm i to download dependencies.

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

About

Guided Project for Node APIs Module 3


Languages

Language:JavaScript 100.0%