Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdrahmanes1/spring-auth
https://github.com/abdrahmanes1/spring-auth
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdrahmanes1/spring-auth
- Owner: abdrahmanES1
- Created: 2024-07-31T10:22:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T11:48:19.000Z (5 months ago)
- Last Synced: 2024-08-11T10:29:08.659Z (5 months ago)
- Language: Java
- Size: 741 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About 🔍
In this tutorial we learn how to apply protected routes with jwt authentication and authorization in spring.## Stack 🔧
- Java 17
- Spring-boot 3.1.5
- JWT
- Hibernate/JPA
- PostgreSQL---
## How to run 🏃
1 - Make sure docker is running and start the database with docker compose:
```bash
$ docker compose up```
2 - Run the application:
```bash
$ mvn spring-boot:run
```