Skip to content

StylesTrip/spring-boot-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot with React

Purpose of this project was to get my feet wet with building a simple React app with a Spring Boot backend. Followed along with this book: https://learning.oreilly.com/library/view/hands-on-full-stack/9781838822361/

To build carapp frontend:

cd front-end

yarn start

To build carapp backend:

mvn clean install

docker build -t reactboot .

To run Mariadb:

docker run --name cardb -e MYSQL_ROOT_PASSWORD=pwd -e MYSQL_DATABASE=cardb mariadb

To run carapp:

docker run -p 8080:8080 --name carapp --link cardb:mariadb -d reactboot

About

Attempting a Spring Boot app with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published