diff --git a/README.md b/README.md index 33dd75c..d27dfd2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ For more detail, please visit: > [Secure Spring Boot App with Spring Security & JWT Authentication](https://bezkoder.com/spring-boot-jwt-authentication/) +# Fullstack + +> [Spring Boot + Vue.js JWT Authentication](https://bezkoder.com/spring-boot-vue-js-authentication-jwt-spring-security/) + +> [Spring Boot + Angular 8 JWT Authentication](https://bezkoder.com/angular-spring-boot-jwt-auth/) + + ## Run Spring Boot application ``` mvn spring-boot:run @@ -13,4 +20,4 @@ mvn spring-boot:run INSERT INTO roles(name) VALUES('ROLE_USER'); INSERT INTO roles(name) VALUES('ROLE_MODERATOR'); INSERT INTO roles(name) VALUES('ROLE_ADMIN'); -``` \ No newline at end of file +```