Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 893 Bytes

File metadata and controls

31 lines (22 loc) · 893 Bytes

CommentThread

Disqus clone in Japronto framework (for learning purposes)

License: MIT PEP8

To do list:

  • Implement templating system in Jinja2 for thread div
  • CSS + ajax calls
  • Apis:
    • Login
    • Post comment
    • Get comments
    • Upvote/Downvote

Tech

  • Japronto - Screaming-fast Python 3.5+ HTTP toolkit
  • Mongoengine - A Python Object-Document-Mapper for working with MongoDB

Installation

Install the required libraries and start the server (needs Python 3.5+)

$ pip install -r requirements.txt
$ python runserver.py