Skip to content

rishee10/Data_Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ad0648 Β· Feb 24, 2025

History

4 Commits
Feb 24, 2025
Feb 24, 2025
Feb 24, 2025
Feb 24, 2025
Feb 24, 2025
Feb 24, 2025
Feb 24, 2025
Feb 24, 2025

Repository files navigation

Data_Visualization

Overview

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.

Features

πŸ“Š 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

Technologies Used

Frontend: HTML, CSS, JavaScript, Chart.js

Backend: Django, Django REST Framework (DRF)

Database: SQLite

Installation & Setup

Steps

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published