Created for testing purpose
- Set up Postgres or MySQL database (Postgres db by default), all needed dependency already added, need only to uncomment/comment appropriate properties in src/main/resources/application.properties
- Run spring service
./gradlew :service:bootRun
./mvnw spring-boot:run -pl service
- Run vue js UI:
./gradlew :frontend:clean build serve
./mvnw clean install npm:start -pl frontend
[//]: # (TOOD) add maven commands 4. Go to http://localhost:8081/ for UI or http://localhost:8080 for REST API
Spring Boot Token based Authentication with Spring Security & JWT
Spring Boot + Vue.js: Authentication with JWT & Spring Security Example