Disqus clone in Japronto framework (for learning purposes)
- Implement templating system in Jinja2 for thread div
- CSS + ajax calls
- Apis:
- Login
- Post comment
- Get comments
- Upvote/Downvote
- Japronto - Screaming-fast Python 3.5+ HTTP toolkit
- Mongoengine - A Python Object-Document-Mapper for working with MongoDB
Install the required libraries and start the server (needs Python 3.5+)
$ pip install -r requirements.txt
$ python runserver.py