/node-api2-guided

[Lambda School] Starter code for Node API 2 Lecture

Primary LanguageJavaScriptOtherNOASSERTION

Server-Side Routing with Express

Guided project for Node API 2 module.

In this project we will learn how to create a very simple Web API using Node.js and Express, and cover how to use Express Routers to break up the application to make it more maintainable.

Prerequisites

Project Setup

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

Please follow along as the instructor builds the API step by step.