joinfirefly / backend

An Interconnected Extensible Microblogging Platform🪐
https://join.hol0.dev/
GNU Affero General Public License v3.0
2 stars 3 forks source link
activitypub activitypub-server fediverse microblog python

HoloBE

Holo (Hol0) backend server.

Powered by FastAPI with Prisma (prisma-client-py)

Getting Started

[!WARNING] HoloBE is under development. Therefore, its use in a production environment is deprecated. By following this guide, you can build an instance of Hol0.

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Inspired

Most of Hol0's functionality (except for the back-end plugin system, etc.) is based on Misskey.

Hol0 is inspired by the following software:

Todo