Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 315 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 315 Bytes

Simple Reddit-like social network for class Service Oriented Computing

Features:

  • user login and registration
  • subreddits, posts, comments on posts
  • real-time chat implemented by using websockets

Stack:

  • Python 3.7
  • PostgreSQL 11
  • SQLAlchemy
  • Flask (flask-login, flask-sockets, WTForms)
  • Gunicorn