Appendix F. node REST Examples

Table of Contents
F.1. References for this Appendix
F.2. REST API with node, Express, and MongoDB
F.2.1. Initial Steps
F.2.2. Preparing for the API
F.2.3. Create and Test Endpoints
F.2.4. Consuming Data from Public API
F.2.5. The REST API
F.2.6. Alternative Usage

F.1. References for this Appendix

  1. What is a REST API? by IBM Cloud. Watch this first for overview.
  2. Build A REST API With Node.js, Express, & MongoDB - Quick by Web Dev Simplified.