mvn clean install && java -jar backend/target/backend-0.0.1-SNAPSHOT.jar
application will be accessible by :
http://localhost:9005
start from client folder :
npm run serve -- --port 3000 --watch
then use following link to open :
http://localhost:3000
Could be usefull :
npm i axios