Skip to content

guventuncay/jwt-spring-boot-security-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jwt-spring-boot-security-react

How to use jwt tokens with react and spring boot security.

Running locally

step 1: prepare database configure application.properties file for your db

step 2: run spring boot app open a terminal

git clone https://github.com/guventuncay/jwt-spring-boot-security-react
cd jwt-spring-boot-security-react-master/
./mvnw package
java -jar target/*.jar

You can access spring boot backend here: http://localhost:8080/

step 3: run react app open a new terminal

cd cd ../react-frontend
npm install
npm start

You can access react frontend app here: http://localhost:3000/

About

How to use JSON web tokens with react and spring boot security.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published