https://github.com/knowledgefactory4u/springboot-jpa-azure-sql-react-table-pagination
Azure SQL Database + Spring Boot + React - CRUD & Pagination Example
https://github.com/knowledgefactory4u/springboot-jpa-azure-sql-react-table-pagination
azure azuresqldb react springboot springdatajpa
Last synced: 5 months ago
JSON representation
Azure SQL Database + Spring Boot + React - CRUD & Pagination Example
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/springboot-jpa-azure-sql-react-table-pagination
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2022-07-21T14:04:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T14:06:45.000Z (over 3 years ago)
- Last Synced: 2025-03-25T17:46:27.539Z (9 months ago)
- Topics: azure, azuresqldb, react, springboot, springdatajpa
- Language: Java
- Homepage: https://www.knowledgefactory.net/2022/07/azure-sql-database-spring-boot-react-crud-and-pagination-example.html
- Size: 44.9 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure SQL Database + Spring Boot + React - CRUD & Pagination Example
# User Interface

# Local setup
Step 1: Download or clone the source code from GitHub to a local machine
# Backend
Step 2: ```mvn clean install```
Step 3: ```mvn spring-boot:run```
# Frontend
Step 4: ```npm install```
Step 5: ```npm start```
# From the browser call the endpoint http://localhost:3000