1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Update CONTRIBUTING.md

This commit is contained in:
Eldad A. Fux 2020-09-05 09:28:21 +03:00 committed by GitHub
parent 7de9d08d85
commit 31dddc20b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,6 +81,10 @@ When contributing code, please take into account the following considerations:
Appwrite's current structure is a combination of both [Monolithic](https://en.wikipedia.org/wiki/Monolithic_application) and [Microservice](https://en.wikipedia.org/wiki/Microservices) architectures, but our final goal, as we grow, is to be using only microservices.
---
![Appwrite](docs/specs/overview.drawio.svg)
---
### The Monolithic Part
Appwrite's main API container is designed as a monolithic app. This is a decision we made to allow us to develop the project faster while still being a very small team.