The books applications shows how build a complete web application.
The technologies used are:
- Vert.x backend
- Postgres data store
- Vue.js frontend
Full instructions about Vert.x can be found in my Udemy Course. Please use my link to get the best offer: https://www.udemy.com/course/reactive-web-applications-with-vertx-and-vuejs/?referralCode=EC1E0604CC44687A0E8A
docker run -d -p 5000:5000 --restart=always --name registry registry:2
docker login localhost:5000
=>testuser/testpassword
mvn compile jib:build
docker run -p 8888:8888 localhost:5000/com.danielprinz.udemy-books:1.0.0-SNAPSHOT