GitHub - lucianmarin/subreply: Tiny, but mighty social network.

1 min read Original article ↗

Subreply

Tiny, but mighty social network. Create an account at https://subreply.com.

Install

Install PostgreSQL server at 6432 port and createdb subreply then:

pip3 install -r requirements.txt
python3 manage.py migrate

Create project/local.py file and generate SIGNATURE for it:

from cryptography.fernet import Fernet
SIGNATURE = Fernet.generate_key()

Launch the app at http://localhost:8000 with:

Styleguide

  • easy to read and easy to modify
  • no useless abstractions
  • speed of 50ms or lower for each request

License

  • ideal to use as internal social network in any organization
  • easy to install and easy to maintain
  • cost depends on level of support needed