https://github.com/coder5omkar/beesisphere
Full stack project SB+react+MySql
https://github.com/coder5omkar/beesisphere
mysql react spring-boot
Last synced: about 2 months ago
JSON representation
Full stack project SB+react+MySql
- Host: GitHub
- URL: https://github.com/coder5omkar/beesisphere
- Owner: coder5omkar
- Created: 2025-01-23T09:40:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T17:07:18.000Z (4 months ago)
- Last Synced: 2025-01-31T17:40:46.164Z (4 months ago)
- Topics: mysql, react, spring-boot
- Language: JavaScript
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BeesiSphere - Spring Boot + React.js + MySQL Project
This project is a full-stack application using **Spring Boot** for the backend, **React.js** for the frontend, and **MySQL** for the database. It demonstrates how to integrate these technologies to build a complete web application.
## Tech Stack
- **Backend**: Spring Boot
- **Frontend**: React.js
- **Database**: MySQL
- **Build Tool (Frontend)**: Vite + React## Prerequisites
Before you begin, ensure you have met the following requirements:
- JDK 17 or later installed
- Node.js and npm installed (for the frontend)
- MySQL database installed and running## Setup
### How to run UI ?
#### Clone the Repository
```bash
git clone
cd#### Run UI
```bash
npm run dev