HUSTLE-UMC / HUSTLE_server

모든 대학생들, 모여 같이 운동하자! HUSTLE
0 stars 1 forks source link

HUSTLE - Backend

모든 대학생들, 모여 같이 운동하자! HUSTLE

스크린샷 2023-11-25 오전 11 33 46

Environments

How to run?

# for database setting up
docker-compose up -d

허슬 서버 프로젝트의 설정 파일은 Jasypt 라이브러리로 암호화하고 있습니다. 실행 시 공유받은 암호화 키를 설정해야 합니다. 프로젝트 코드 실행 시, 테스트 코드 실행 시 아래와 같이 VM options 으로 IDE 의 실행 환경에 추가해야 합니다.

-Djasypt.encryptor.password='ENCRYPT_KEY' -Dspring.active.profiles=default

How to build?

# for develop
./gradlew build -Djasypt.encryptor.password='ENCRYPT_KEY'

# for production
./gradlew build -Djasypt.encryptor.password='ENCRYPT_KEY' -Dspring.active.profiles=prod

DB ERD Diagram

Hustle_20230822_165651

System Architecture

image

Back Links

Contributors