습관 관리 애플리케이션 'Habit Buddy'의 백엔드 repository.
Language
- Java 17
Framework
- Spring Boot 3.1.x
- Gradle
Database
- MySQL
Libraries
- JPA
- QueryDSL
- Spring Security
- MapStruct
Authentication
- JWT
- OAuth2
- 카카오
Infra
- AWS
- EC2
- RDS
- Nginx
CI/CD
- Docker
- Github Actions
API Docs
- Postman
- Clone the repo
git clone
- Clone the
ConnectiongStar-Backend-Data
repository. And getapplication.yml
files. - Run docker-compose to start the database
docker-compose up
- Install Gradle dependencies
- Run the project