Skip to content

vkmrishad/python-dash-example

Repository files navigation

python-dash-example

Python Dash With Bootstrap

Landing Page

Clone

git clone https://github.com/vkmrishad/python-dash-example.git
or
git clone [email protected]:vkmrishad/python-dash-example.git

System dependencies

Environment and Package Management

Install Poetry

$ pip install poetry
or
$ pip3 install poetry

Activate or Create Env

$ poetry shell

Install Packages from Poetry

$ poetry install

Add fixer data to the database

$ python -m src.db.fixture
or
$ python3 -m src.db.fixture

Runserver

$ python app.py
or
$ python3 app.py

Sample Excel xls file available in the directory

$ cd src/db/data/(GB) Sample - EU Superstore.xls

Screenshots

Data Table Graph

About

Python Dash With Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published