We build a simple REST API with the Express JS framework. This tutorial assumes a basic familiarity with RESTful architecture and methods. — What is Express? Express is a “fast, unopinionated, minimalist web framework” for the extremely popular Node runtime. In the eight years since its introduction, Express has become the de facto standard server framework for Node. It packs a number of helpful tools to get a Node app, or in our case an API…