pyfedi/README.md

20 lines
799 B
Markdown
Raw Permalink Normal View History

# PieFed
2023-07-27 19:07:44 -07:00
2023-08-22 02:24:11 -07:00
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.
2023-08-22 02:24:11 -07:00
- Easy setup, easy to manage - few dependencies and extra software required.
2024-01-12 21:18:32 -08:00
- AGPL.
- First class moderation tools.
2024-01-22 00:14:40 -08:00
## Project goals
2024-01-31 19:01:10 -08:00
To build a federated discussion and link aggregation platform, similar to Reddit, Lemmy, Mbin.
## For developers
- [Screencast: overview of the PieFed codebase](https://join.piefed.social/2024/01/22/an-introduction-to-the-piefed-codebase/)
- [Database / entity relationship diagram](https://join.piefed.social/wp-content/uploads/2024/02/PieFed-entity-relationships.png)
- see [INSTALL.md](INSTALL.md)
- see docs/project_management/* for a project roadmap, contributing guide and much more.