https://github.com/hzlucasf/yuuzaa
https://github.com/hzlucasf/yuuzaa
argon2 docker docker-compose jwt kotlin mongodb oauth2 spring spring-boot spring-security
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hzlucasf/yuuzaa
- Owner: hzlucasf
- License: mit
- Created: 2025-04-22T22:27:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T22:27:12.000Z (about 1 year ago)
- Last Synced: 2025-08-14T22:55:33.645Z (10 months ago)
- Language: Kotlin
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
# yuuzaa
Yuuzaa is a full-stack template application that provides a ready-to-use user authentication system, including sign-up, sign-in, and role management. It features a main screen, a sign-in screen, and a sign-up screen, offering both front-end and back-end components. Designed as a solid starting point, Yuuzaa helps developers build more robust applications without having to start from scratch. It's easily extendable and customizable to fit various project needs.



## Technologies
- **HTML**
- **CSS**
- **TypeScript**
- **VueJS**
- **NGINX**
- **Kotlin**
- **Spring Boot**
- **Spring Security 6**
- **MongoDB**
- **Docker**
- **Docker Compose**
- **JWT**
- **Argon2**
## Requirements
- **Docker**
- **Docker Compose**
- **Git**
## Running
```sh
git clone https://github.com/hzlucasf/yuuzaa
cd yuuzaa
openssl genrsa > ./server/src/main/resources/private.key
openssl rsa -in ./server/src/main/resources/private.key -pubout -out ./server/src/main/resources/public.key
docker compose up -d
```