Building a REST API with Express
Introduction to REST / Roadmap
Understanding REST APIs
Understanding the Tools We Will Use
Course Files
Initializing the Project / Configuring Express
Setting up the Database
Documenting the Application
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
Documenting a Secure Route
Modifying Data on a REST API
Summary / Homework