Skip to content

manuo9/Springboot-React-Data-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data-Visual-React-Springboot

Features

  • Database Integration: Utilizes Spring Boot to integrate MySQL.
  • REST APIs: Implements RESTful APIs for CRUD operations on the integrated databases.
  • D3.js Data Visualization: Includes visualizations using D3.js to enhance data representation.

Installation

  1. Clone the repository:
    git clone https://github.com/manuo9/Springboot-React-Data-Visualization.git
    
  2. Navigate to the frontend directory
cd frontend
npm install
npm run dev

Endpoints

GET /findall - Retrieve all data from the database (MySQL).
GET /findbyid/{id} - Retrieve data by id. 

Screenshot (123)


FrontEnd

Screenshot (106)


Screenshot (107)


Screenshot (108)

Database Configuration

# MySQL Configuration
spring.datasource.url=jdbc:mysql://localhost:3306/your_database
spring.datasource.username=root
spring.datasource.password=root

Contributing

We welcome contributions to this Project, Whether it's bug fixes, new features, or improvements to the documentation, your contributions help make this project better for everyone.

This project is developed for demo purpose and it's not supposed to be used in real application.

Contact

[Manu Prasad] - [manuprasad689@gmail.com]

About

Sprinboot and React JS Project : Data Visualization using D3.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published