/flask_reveal

The Easiest Way to Present Online

Primary LanguageJavaScriptOtherNOASSERTION

flask_reveal

The Easiest Way to Present Online

reveal1 reveal2 reveal3 reveal4 reveal5

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

About

  • 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

Usage

You must edit the settings.py with your settings, a example settings has exist:

cp settings.py.example settings.py

Add social app's Client_ID & Client_Secret to setting file. And start the server, You can use Django's style:

python manage.py runserver -t 0.0.0.0 -p 80