A beginner's guide to creating a web-app in Go using Ent
Ent is an open-source entity framework for Go. It is similar to more traditional ORMs, but has a few distinct features that have made it very popular in the Go community. Ent was first open-sourced by Ariel in 2019, when he was working at Facebook. Ent grew from the pains of managing the development of applications with very large and complex data models and ran successfully inside Facebook for a year before open-sourcing it. After graduating from Facebook Open Source, Ent joined the Linux Foundation in September 2021.https://entgo.io/blog/2023/02/23/simple-cms-with-ent
This tutorial is intended for Ent and Go novices who want to start by building a simple project: a very minimal content management system.