From 42d3c28392d3de47346e7691a3d7457ab6aa5516 Mon Sep 17 00:00:00 2001 From: nullishamy Date: Sat, 12 Apr 2025 15:20:00 +0100 Subject: [PATCH] doc: structure --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f6bf945..54c8717 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,9 @@ a fediverse backend written in rust. - mastoapi compatible - well suited for single user / selfhosted deployments - feature-rich (reactions, quotes, ...) + +## general structure +- AP/MastoAPI separation +- cli will handle admin / spinup +- main will handle business logic +- server will handle HTTP layer