meower-media / server

Official source code for the backend that powers the Meower social media platform.
MIT License
12 stars 15 forks source link
chat cloudlink meower server social social-media

Server

Official source code of the Meower server, written in Python. Powered by CloudLink.

Running

git clone https://github.com/meower-media/server.git --recursive
cd Meower-Server
cd Meower-Server
pip install -r requirements.txt

cp .env.example .env

# edit env files

python3 main.py

API docs

See the autogenerated documentation and the Meower documentation