[Book] [Juha Hinkula] Full Stack Development with Spring Boot and React: Build modern and scalable full stack applications using the power of Spring Boot and React, 3rd Edition [ENG, 2022]
Original Src:
https://github.com/PacktPublishing/Full-Stack-Development-with-Spring-Boot-and-React
$ java -version
java version "17.0.2" 2022-01-18 LTS
$ mvn -v
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
$ sudo apt update -y
$ sudo apt install -y mysql-client jq
DataBase
// MariaDB replaced on MySQL
// Start MySQL Server
$ docker-compose up
Backend
$ cd apps/backend
$ chmod +x ./mvnw
$ ./mvnw spring-boot:run
Frontend
$ cd apps/frontend
$ npm install
$ npm run start
Marley
Any questions in english: Telegram Chat
Любые вопросы на русском: Телеграм чат


