/webapi-i-guided

Guided project starter code for the Hubs API

Primary LanguageJavaScriptOtherNOASSERTION

Hubs Web API

Guided project for Web API I module.

In this project we will learn how to create a very simple Web API using Node.js and Express, and cover the basics of server-side routing and using global middleware.

The code for the guided project will be written in a single file for simplicity. We'll see ways to structure an API to make it more maintainable in upcoming lectures.

Prerequisites

Project Setup

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

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