Hasty Briefsbeta

Bilingual

Subreply – an open source text-only social network

9 months ago
  • #web-development
  • #social-network
  • #performance
  • Tiny, but mighty social network available at subreply.com
  • Install dependencies using pip3 install -r requirements.txt
  • Run database migrations with python3 manage.py migrate
  • Create project/local.py file and generate SIGNATURE using cryptography.fernet
  • Performance target: speed of 50ms or lower for each page request
  • Code quality: clean, easy to read, and easy to modify