https://github.com/abdrahmanes1/spring-auth
https://github.com/abdrahmanes1/spring-auth
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdrahmanes1/spring-auth
- Owner: abdrahmanES1
- Created: 2024-07-31T10:22:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T11:48:19.000Z (11 months ago)
- Last Synced: 2025-01-06T02:22:00.924Z (6 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
```