This project is a web-based SQL client built using Spring Boot and ReactJS. The application allows users to run SQL queries and fetch data from a SQLite database. It provides a user-friendly interface for managing and interacting with databases.
- Upload the JDBC drivers
- Execute SQL queries
- Fetch and display query results
- User-friendly interface
- SQLite database integration
- Spring Boot
- ReactJS
- Ant Design (antd)
- SQLite
- Java 21
- Node.js
- Clone the repository:
git clone https://github.com/mahiimc/SQLClient.git cd sqlclient
- Build Backend
cd backend ./mvnw clean install
- Build UI
cd ui npm install npm run build
- Start Server
cd ../server ./mvnw spring-boot:run
- Start UI
cd ../ui npm start