Skip to content

anilozmen/spring-boot-vue-security-jwt-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog with Spring Security, Spring Boot and Vue.js

This GitHub repository contains a Blog App developed using Spring Boot for the backend and Vue.js for the frontend. The application implements JWT authentication for secure user access. The repository serves as a valuable resource for developers seeking to understand the integration of Spring Boot and Vue.js, as well as the implementation of JWT authentication in a real-world application.

Tech Stack

Installation

Generate a Encryption Key => Link

Insert your encryption key into docker-compose.yml file

...
environment:
  ...
  JWT_SECRET_KEY: <INSERT-YOUR-SECRET-KEY>
  ...
...

Clone the project

  git clone https://github.com/anilozmen/spring-boot-vue-security-jwt-auth

Go to the project directory

  cd spring-boot-vue-security-jwt-auth

Run with docker-compose

  docker-compose up -d 

About

Blog with Spring Security, Spring Boot and Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages