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