How I run my web app using Render
Published in
7 min readMay 22, 2020
Cloud service that I use to run my weekend project: haiku.pro.
I am not affiliated with Render. I am using it because it is exactly what I need in my weekend project.
Table of Contents
- Why I built my weekend project: haiku.pro
- Product requirements
- High-level design / architecture
- Looking for cloud service alternatives
- Why I chose Render
- auth0 for my login service
- haiku.pro’s setup in Render
- Domain name configuration
- Infrastructure as code
- Horizontal scaling
- A few other nice features worth highlighting
- High level design with Cloud Services
This article will not dive into the implementation details of the web application. However, we will go through the high level design with emphasis on the usage of Render to run the web application. I might consider diving into the implementation details of some of the components involved in my future posts. Stay tuned ;)