lucianmarin/subreply: Tiny, but mighty social network.
 
Tiny, but mighty social network. Create an account at https://subreply.com.
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:
- easy to read, easy to modify
 - no useless abstractions
 - speed of 50ms or lower for each request
 
