From df876212bebdc9e90cc42d7560d71bbd0bde24f6 Mon Sep 17 00:00:00 2001 From: Dominic St-Pierre Date: Tue, 28 May 2019 09:17:02 -0400 Subject: [PATCH] added Build a SaaS app in Go --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fca68e9..89f47c1 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,14 @@ Whether you are planning a new application or working in an existing monolith, t A book filled with examples on how to use Docker and Go to create the ultimate 12 Factor applications. It goes over individual steps of [The Twelve-Factor App](12factor.net) guidelines and how to implement them with Go and Docker. +### [Build SaaS apps in Go](https://buildsaasappingo.com) + + + +Together, we'll build a strong, API-first, reusable codebase suitable for +building a SaaS or vanilla web application. By the end of the book you'll have +a solid framework to use as the starting point for future projects. + Resources ====