An open API service indexing awesome lists of open source software.

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

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/)