Ivan-Karnasevich Requirements JDK 11 Apache Maven npm Build back: mvn clean install Run back: java -jar rest-api/target/app-rest-1.0-SNAPSHOT.jar Back server will be available by: http://localhost:8080/ Build front: cd react-front/ npm install npm run build Run front: npx serve -s build Front server will be available by: http://localhost:5000/ To view available rest endpoint run the back and access the following URL: http://localhost:8080/swagger-ui/