Skip to content

Backend REST API with Vert.x, Web UI with Vue.js

License

Notifications You must be signed in to change notification settings

danielprinz/books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Backend REST API with Vert.x, Web UI with Vue.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published