Kicking Off Video Tutorials

Let’s start by getting the husk of this project off the ground. Our business team wants to support content creators by slicing and dicing video viewing metrics in all sorts of ways—some which they haven’t even identified yet. The first metric they care about is a global count of video views.

Since we don’t actually have any video content yet, we can just simulate video views with a button click. We’re going to build enough server to serve a page like the screenshot. There’s a button to click to simulate having viewed a video. To get this working we need:

images/video-tutorials-home-page.png
  • A basic project structure
  • An HTTP route to GET this page
  • An HTTP ...

Get Practical Microservices now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.