- 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.
- Clone the repository:
git clone https://github.com/manuo9/Springboot-React-Data-Visualization.git
- Navigate to the frontend directory
cd frontend npm install npm run dev
GET /findall - Retrieve all data from the database (MySQL).
GET /findbyid/{id} - Retrieve data by id.
# MySQL Configuration spring.datasource.url=jdbc:mysql://localhost:3306/your_database spring.datasource.username=root spring.datasource.password=root
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.
[Manu Prasad] - [manuprasad689@gmail.com]