Course curriculum

  1. 01
    • Introduction to REST / Roadmap

    • Understanding REST APIs

    • Understanding the Tools We Will Use

    • Course Files

  2. 02
    • Initializing the Project / Configuring Express

    • Setting up the Database

    • Documenting the Application

  3. 03
    • ROADMAP - Requesting and Sending Data using a REST API

    • Requesting and Sending Data Regarding a Single Product

    • Searching for Products by Ordinal Values

    • C3-04-search-linear

    • Querying the Database for All Distinct Values

  4. 04
    • Documenting a Secure Route

    • Modifying Data on a REST API

    • Summary / Homework