Skip to content

Real-time Power BI Report embedded into Web Application with Python Flask backend

Notifications You must be signed in to change notification settings

Anagha8702/DataAnalysisPower-BI

Repository files navigation

LINK FOR WEBSITE

https://carsforever.herokuapp.com/

REQUIREMENTS

  1. Python 3
  2. pip3
  3. Flask
  4. Pandas
  5. Gunicorn
  6. Numpy
  7. Requests
  8. Msal

Credentials

  1. To login to the website

Username: user
Password: user

Set up Python Flask on a Windows machine

  1. Run the following command in CMD/PowerShell in the path where requirements.txt file is located.

    pip3 install -r requirements.txt

  2. Run the following command in CMD/PowerShell in the path where app.py file is located to start the application.

    flask run or py app.py runserver or python3 app.py runserver

  3. Follow the link in the output log.

Supported browsers:

  1. Google Chrome

  2. Microsoft Edge

  3. Mozilla Firefox

About

Real-time Power BI Report embedded into Web Application with Python Flask backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published