Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 674 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 674 Bytes

Books

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 Image Setup with local registry

  1. docker run -d -p 5000:5000 --restart=always --name registry registry:2
  2. docker login localhost:5000 => testuser/testpassword
  3. mvn compile jib:build
  4. docker run -p 8888:8888 localhost:5000/com.danielprinz.udemy-books:1.0.0-SNAPSHOT