mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 03:16:55 -08:00
799 B
799 B
PieFed
A lemmy/kbin clone written in Python with Flask.
- Clean, simple code that is easy to understand and contribute to. No fancy design patterns or algorithms.
- Easy setup, easy to manage - few dependencies and extra software required.
- AGPL.
- First class moderation tools.
Project goals
To build a federated discussion and link aggregation platform, similar to Reddit, Lemmy, Mbin.
For developers
- Screencast: overview of the PieFed codebase
- Database / entity relationship diagram
- see INSTALL.md
- see docs/project_management/* for a project roadmap, contributing guide and much more.