Skip to content

This a Dashboard ecosystem powered by a robust Django REST-API, postgres DB and a minimalist ReactJS frontend.

License

Notifications You must be signed in to change notification settings

varunpandey2106/DReactDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DReact Dashboard

DReact Dashboard is a dashboard web application that visualizes and analyzes data.

Table of Contents

Technologies Used

JSON Dataset

If you'd like to access and use the JSON dataset that has been used, you can download it using the following link:

JSON Dataset

Features

  • Real-time data visualization with D3.js
  • Interactive user interface with React

Getting Started

Installation

1. Clone the repository:

git clone https://github.com/varunpandey2106/DReactDashboard.git
cd DReactDashboard
  1. Install dependencies
cd Backend
virtualenv Backend
pip install -r requirements.txt
cd frontend
npm install

3. Start the project:

python manage.py runserver
npm start

-access them at: -http://127.0.0.1:8000/ -http://127.0.0.1:3000/

API DOCUMENTATION:

-https://dreactdashboard.onrender.com/swagger/

Frontend:

DReactDashboard

Database:

-Create a postgres instance on railway and configure project settings: Screenshot 2023-10-22 231457

License

This project is licensed under the MIT License - see the LICENSE file for details.