Welcome back to Code in Action, the series where we build practical backend projects, step by step.

In this tutorial, we're going to build a simplified version of Strawpoll — the popular online service that lets users create quick polls, share them with others, and collect votes in real time.

Our API will include 3 endpoints:


A GET /poll/:id...