Skip to content

Web application to create different type of visualization from uploaded Excel/CSV file

Notifications You must be signed in to change notification settings

tejaschauhan373/Visualization-Dashboard

Repository files navigation

Visualization-Dashboard


Setup the Project

  1. Install Python 3.6

  2. Create a virtualenv and activate it

    $ pip install virtualenv
    $ virtualenv venv
    $ venv\Scripts\activate        # For Windows
    $ source venv/bin/activate     # For Linux
    
  3. Goto project directory named "Visualization-Dashboard" of django project and Install dependencies

    cd Visualization-Dashboard
    pip install -r requirements.txt
    
  4. Make config.json file from example.config.json

    • Make copy of example.config.json and name it config.json
    • Fill your azure account and mail details

Run the Project

  • Open terminal and go to project (Visualization-Dashboard) directory in terminal and run the command

    cd Visualization-Dashboard
    python manage.py migrate
    python manage.py runserver
    

About

Web application to create different type of visualization from uploaded Excel/CSV file

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages