bilative / add-dashApp-to-flask

This repo shows how to concat dash app and flask app. At the same time contains sample codes of personal-blog/website project codes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add dash app into flask app (w same port)

I created a blog website with flask, and I realized that if I could embed my plotly dash apps into this website this could be really good. In this example I used this plotly-dash-app.

Actually I have github pages page, and it is static website. Flask version is same with github-pages but as dynamic.

  • There is no authentication or smth, I used a free bootstrap from internet.
  • Added daily posts are in db, so they are not in this repo.
  • Relating steps are only in app.py (with commends)

I wanted to do this because my dash apps and flask should be on same base port (url) when I hosted my personel website (like namesurname .com)

image image image

About

This repo shows how to concat dash app and flask app. At the same time contains sample codes of personal-blog/website project codes.


Languages

Language:CSS 86.8%Language:HTML 8.2%Language:Python 4.5%Language:JavaScript 0.4%