https://github.com/itsmaheshkariya/spring-boot-react-crud
https://github.com/itsmaheshkariya/spring-boot-react-crud
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsmaheshkariya/spring-boot-react-crud
- Owner: itsmaheshkariya
- Created: 2020-07-25T04:50:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T07:57:42.000Z (over 4 years ago)
- Last Synced: 2023-03-06T06:58:34.088Z (about 2 years ago)
- Language: JavaScript
- Size: 386 KB
- Stars: 5
- Watchers: 0
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot React CRUD
## Download
```git clone https://github.com/maheshkareeya/spring-boot-react-crud.git```
```cd spring-boot-react-crud```
## Open Terminal
```cd frontend```
## Install NPM Dependencies
```npm install```
## Start React
```npm start```## Open another Terminal
```cd backend```
## Start SpringBoot Project
```mvn spring-boot:run```
## Or Run This Project in any editor with normal process## Click bellow for backend API
http://localhost:8080/swagger-ui.html## Click bellow for frontend
http://localhost:3000## Demo
