Skip to content

Disqus like service in Japronoto framework (for learning purpose)

Notifications You must be signed in to change notification settings

shivamsingh262/CommentThread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Disqus like service in Japronoto framework (for learning purpose)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published