Getting Started with Hanami and Docker Compose

Introduction Hanami 2.0 is the perfect Ruby framework for building robust and fast API applications. The 2.0 version comes without a persistency layer (that will be a 2.2 feature). Today we’ll learn how to set up a Hanami app with a secure Redis instance using Docker Compose in a few steps. As a prerequisite, you’ll need Docker, cURL, Ruby 3.2+, and Hanami 2.0+. Steps 1. Generate the app Generate a new Hanami 2. »