This repo contains code for port folio project. The code contains SQL Scripts and python files.
Sql scripts are in SQL_script folder and the python codes are in Python_code folder.
To server the dashboared local, you need to run sql scripts which will create database and all required tables, view and procedures.
Open the Python_code in terminal and run the command:
panel serve Dashboard.ipynb
Thanks to Thu Vu for inspiration: [Link to Youtube](https://www.youtube.com/watch?v=uhxiXOTKzfs&t=305s)