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

https://github.com/apozzi/docker-spring-java-boilerplace

Simples CRUD springboot, React without any type of complications.
https://github.com/apozzi/docker-spring-java-boilerplace

docker java react spring spring-boot

Last synced: 3 months ago
JSON representation

Simples CRUD springboot, React without any type of complications.

Awesome Lists containing this project

README

          

## How to run spring boot backend.

mvn spring-boot:run

# Running frontend in dev mode.

yarn run start

# Create docker image

docker-compose up --build