https://github.com/binos30/spring-boot-react-crud
Spring Boot-React.js CRUD application
https://github.com/binos30/spring-boot-react-crud
java spring-boot spring-boot-react
Last synced: 5 months ago
JSON representation
Spring Boot-React.js CRUD application
- Host: GitHub
- URL: https://github.com/binos30/spring-boot-react-crud
- Owner: binos30
- Created: 2021-01-26T02:29:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-05T09:53:42.000Z (about 5 years ago)
- Last Synced: 2025-02-02T10:43:54.326Z (about 1 year ago)
- Topics: java, spring-boot, spring-boot-react
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot and React.js CRUD
# Run the application: Navigate to the root of the project via command line and execute the command:
Windows
```
mvnw spring-boot:run
```
Linux/Macintosh
```
./mvnw spring-boot:run
```
Navigate to [http://localhost:8080/](http://localhost:8080/)