Skip to content

webmakaka/Full-Stack-Development-with-Spring-Boot-and-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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]


Full Stack Development with Spring Boot and React


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

How To RUN Final App:


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

http://localhost:3000/


Application


Application






Marley

Any questions in english: Telegram Chat
Любые вопросы на русском: Телеграм чат

About

[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]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors