/vertx-vue-keycloak

This repo holds the source codes for the Medium Article "Vert.x + VueJS + OAuth2 in 5 steps"

Primary LanguageJavaScript

Vert.x + VueJS + OAuth2 in 5 steps

This repo holds the source codes for the Medium Article Vert.x + VueJS + OAuth2 in 5 steps: https://medium.com/@thomas.reinecke/vert-x-vuejs-oauth2-in-5-steps-c04ee78475b7

Dev env setup

  • clone the project
  • open eclipse, create a new workspace wherever you want it and import vertx-vue-keycloak as Maven project
  • follow Step-1 PrepWork on the article, set up a docker based Keycloak image and configure keycloak
  • start the vert.x based backend in eclipse with the provided vert.x starter
  • on a dedicated cmd, go to /src/main/frontend
  • install the frontend dependencies and run the frontend (see details on https://github.com/vertx-stack/vertx-vue-keycloak/tree/master/src/main/frontend)

Enjoy!