An open API service indexing awesome lists of open source software.

https://github.com/daggerok/spring-boot-jpa-react-jwt-auth-app

Spring Boot MySQL backend | React App | JWT security
https://github.com/daggerok/spring-boot-jpa-react-jwt-auth-app

docker docker-compose jwt jwt-auth jwt-authentication jwt-bearer-tokens jwt-server jwt-token jwt-tokens jwtauth mysql react spring-boot spring-boot-2 spring-data-jpa

Last synced: about 2 months ago
JSON representation

Spring Boot MySQL backend | React App | JWT security

Awesome Lists containing this project

README

          

# spring-boot mysql jwt security react [![CI](https://github.com/daggerok/spring-boot-jpa-react-jwt-auth-app/workflows/CI/badge.svg)](https://github.com/daggerok/spring-boot-jpa-react-jwt-auth-app/actions?query=workflow%3ACI)
Spring Boot MySQL JPA Backend | React Frontend | JWT Secured App

1. get
```bash
git clone ... ; cd ...
```
1. build and run
```bash
docker-compose up --build --force-recreate
```
1. open http://127.0.0.1:80/
1. sign up
1. sign in
1. create pool
1. vote
1. cleanup
```bash
docker-compose down -v --remove-orphans
```

[YouTube: How to Work with Various Kubernetes Objects to Host a Spring Boot App](https://www.youtube.com/watch?v=V2FQuFGrmXQ)