doc: structure

This commit is contained in:
nullishamy 2025-04-12 15:20:00 +01:00
parent 2b62948447
commit 42d3c28392
Signed by: amy
SSH key fingerprint: SHA256:WmV0uk6WgAQvDJlM8Ld4mFPHZo02CLXXP5VkwQ5xtyk

View file

@ -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