The Data Visualization Dashboard is a web-based interactive platform that allows users to explore, filter, and visualize data through dynamic charts and graphs. Built using Django for the backend and Chart.js for visualizations, this dashboard helps in analyzing data trends efficiently.
π Interactive Charts & Graphs using Chart.js
π Filter Data by various parameters like end year, topic, sector, region, and more
π‘ REST API powered by Django REST Framework (DRF)
π Data Storage in SQLite
β‘ Real-time Data Fetching
Frontend: HTML, CSS, JavaScript, Chart.js
Backend: Django, Django REST Framework (DRF)
Database: SQLite
Clone the Repository:
git clone https://github.com/rishee10/Data_Visualization
cd Data_Visualization
Create a Virtual Environment:
python -m venv venv
venv\Scripts\activate
Install Dependencies:
pip install -r requirements.txt
Run Migrations:
python manage.py migrate
Run the Development Server:
python manage.py runserver