Skip to content

A visual spectacle webpage using Django as the backend and React as the frontend to dynamically represent general reports. Leveraging Chart.js for data visualization and Material-UI for a sleek table interface, this project demonstrates my proficiency in integrating Django and React for a seamless user experience.

Notifications You must be signed in to change notification settings

tarunsiwal/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I have created the dashboard using Python Django as backend and React as frontent the setup for it is mentioned below

How to Set Up the App

Backend If your PC doesn't have Python, download and install Python 3.12.4. To install any dependencies in Python, use pip install . All packages are present in the virtual environment folder (venv). Install Dependencies:

Install the required packages listed in requirements.txt using: pip install -r requirements.txt

To start the backend, activate the virtual environment: .\venv\Scripts\activate

Run the server: python manage.py runserver

Frontend To set up the frontend, run: npm install

Note: You should have Node.js version 10.8.2 installed on your PC.

To start the client, run: npm start

With this setup, you should see the dashboard.

Thanks for the opportunity, Blackcoffer.

dashboard preview

About

A visual spectacle webpage using Django as the backend and React as the frontend to dynamically represent general reports. Leveraging Chart.js for data visualization and Material-UI for a sleek table interface, this project demonstrates my proficiency in integrating Django and React for a seamless user experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published