This repository contains code for a full-stack web-based Python application.
Current version of Python( >= 3.9) may not run this application properly due to different versions of dependencies.
- Install earlier version of Python(~ 3.6)
- Make a Virtual Environment and activate it.
- Clone this repository
git clone https://github.com/yesdeepakmittal/Business_Dashboard.git
cd Business_Dashboard
pip install -r requirements.txt
- run application using
python index.py
- Check your application in the browser at
http://127.0.0.1:8050/