pyfedi/README.md

19 lines
696 B
Markdown
Raw Normal View History

# PieFed
2023-07-28 02:07:44 +00:00
2023-08-22 21:24:11 +12: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 21:24:11 +12:00
- Easy setup, easy to manage - few dependencies and extra software required.
2024-01-13 18:18:32 +13:00
- AGPL.
- First class moderation tools.
2024-01-22 21:14:40 +13:00
## Project goals
2024-02-01 16:01:10 +13: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)
2024-02-08 12:46:48 +13:00
- see INSTALL.md