The Easiest Way to Present Online
This is a backend implement like slid.es, Use flask/mongoengine
First say thank to hakimel and his reveal.js
I Use python-social-auth for social auth, but it do not support mongoengine ,and I rewrote some code to achieve my thoughts
- default, with This you can use Your Bitbucket/Google/Github/Instagram/Linkdln/Trello/Tumblr/Stackoverflow Account by oauth/oauth2 login
- You can create/edit/delete/save your HTML or markdown presentation
You must edit the settings.py with your settings, a example settings has exist:
cp settings.py.example settings.py
And start the server ,You can like Django's method:
python manage.py runserver -t 0.0.0.0 -p 80