File tree Expand file tree Collapse file tree 3 files changed +7
-58
lines changed
react-app/public/assets/images/animal Expand file tree Collapse file tree 3 files changed +7
-58
lines changed Original file line number Diff line number Diff line change 1- # 너로 정했다!👊 (On no, It's me!)
1+ # 👊 너로 정했다! (Oh no, It's me!)
22
3- ### 익명 투표 기반 밸런스 게임 & 커뮤니티 플랫폼, 너로 정했다!
3+ > 익명 투표로 즐기는 밸런스 게임 & 커뮤니티 플랫폼
4+
5+ ### 👉 [ 서비스 바로가기] ( https://oh-no-its-me.vercel.app/ )
46
57![ main] ( public/readme/main.png )
68
4749
4850[ 🔗 Notion API 명세서 확인하기] ( https://lowly-brian-a99.notion.site/1af64f2ada64805da616db17bceb4efe?v=1af64f2ada64813ba8ac000c12b30f1f )
4951
50- ## 📂 Folder Architecture
51-
52- ``` plaintext
53- 📦springboot-app
54- ┣ 📂.gradle
55- ┃ ┣ 📂8.13
56- ┣ 📂gradle
57- ┃ ┗ 📂wrapper
58- ┣ 📂src
59- ┃ ┣ 📂main
60- ┃ ┃ ┣ 📂java
61- ┃ ┃ ┃ ┗ 📂com
62- ┃ ┃ ┃ ┃ ┗ 📂uplus
63- ┃ ┃ ┃ ┃ ┃ ┗ 📂eureka
64- ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂candidate
65- ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂comment
66- ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂poll
67- ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂user
68- ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂vote
69- ┃ ┃ ┣ 📂resources
70- ┃ ┃ ┃ ┣ 📂mapper
71- ┃ ┃ ┃ ┃ ┣ 📜candidates.xml
72- ┃ ┃ ┃ ┃ ┣ 📜comments.xml
73- ┃ ┃ ┃ ┃ ┣ 📜poll.xml
74- ┃ ┃ ┃ ┃ ┣ 📜users.xml
75- ┃ ┃ ┃ ┃ ┗ 📜vote.xml
76- ┃ ┃ ┃ ┣ 📂static
77- ┃ ┃ ┃ ┃ ┣ 📂assets
78- ┃ ┃ ┃ ┃ ┃ ┗ 📂img
79- ┃ ┃ ┃ ┃ ┣ 📜eureka_logo.png
80- ┃ ┃ ┃ ┃ ┗ 📜index.html
81- ┃ ┃ ┃ ┗ 📜application.properties
82- ┣ 📂target
83- ┣ 📜.gitignore
84- ┣ 📜README.md
85- ┣ 📜build.gradle
86- ┣ 📜application.properties
87- ┗ 📜settings.gradle
88- ```
89-
90- ## 프로젝트 실행 방법
91-
92- > 본 프로젝트는 ** Springboot** 로 개발되었으므로 ` springboot-app/src/main/resources/application.properties ` 파일을 수정해야합니다.
93-
94- ``` yml
95- spring.datasource.hikari.jdbc-url=jdbc:mysql://localhost:3306/mini4?serverTimezone=UTC&useUniCode=yes&characterEncoding=UTF-8 # Database
96- spring.datasource.hikari.username=username # username
97- spring.datasource.hikari.password=password # password
98- ```
99-
100- > 본 프로젝트는 ** gradle 기반** 이므로 다음 명령어를 사용해 빌드 및 실행할 수 있습니다.
101-
102- ``` sh
103- cd springboot-app/
104- ./gradlew bootRun
105- ```
52+ ## 📂 System Architecture
53+
54+ ![ 시스템 아키텍처] ( public/readme/structure.png )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments