From b62ff70ffb1adaebdf48abf576b8dfcf0c3b34cd Mon Sep 17 00:00:00 2001 From: canerbasaran Date: Tue, 2 May 2023 00:49:16 +0300 Subject: [PATCH] Add Monolith Architecture [https://github.com/canerbasaran/awesome-monolith#readme] [List of content describing the benefits of starting projects with a monolith architecture] --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7d503685..50a48d99 100644 --- a/readme.md +++ b/readme.md @@ -921,6 +921,7 @@ - [OpenStreetMap](https://github.com/osmlab/awesome-openstreetmap#readme) - An open data mapping project utilized by many apps and devices. - [Computational Biology](https://github.com/inoue0426/awesome-computational-biology#readme) - Computational approaches applied to problems in biology. - [Quarto](https://github.com/mcanouil/awesome-quarto#readme) - Scientific and technical open-source publishing system built on Pandoc. +- [Monolith Architecture](https://github.com/canerbasaran/awesome-monolith#readme) - Traditional model of a software program. ## Related