File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77## 📌 Swagger API Docs
88
9- > http ://54.180.170.116:8080 /swagger-ui/index.html#/
9+ > https ://dev.api.solply.store /swagger-ui/index.html#/
1010
1111
1212## 🚀 Tech Stack
1515| ** Language** | Java 21 |
1616| ** Framework** | Spring Boot 3.3.5 |
1717| ** Build Tool** | Gradle |
18- | ** Database** | Postgresql (RDS) , Redis |
18+ | ** Database** | MySQL 8.0 , Redis |
1919| ** Deployment** | AWS EC2, GitHub Actions, Docker |
2020| ** Docs** | Notion, Swagger UI |
2121| ** Auth** | Spring Security + JWT |
2222| ** CI/CD** | GitHub Actions + Docker Compose |
2323
2424
25- ## 📂 Project Structure (25.08.05 )
25+ ## 📂 Project Structure (26.02.28 )
2626
2727``` bash
2828📁 solply-server/
3333│ ├── 📄 docker-compose.dev.yml
3434│ ├── 📄 docker-compose.prod.yml
3535│ └── 📄 Dockerfile
36+ ├── 📁 nginx
37+ │ └── 📁 conf.d
38+ │ ├── dev.conf
39+ │ └── prod.conf
40+ │ └── 📁 www
41+ │ └── .gitkeep
3642├── 📁 scripts
37- │ ├ ── 📄 deploy.sh
43+ │ └ ── 📄 deploy.sh
3844├── 📁 src
3945│ ├── 📁 main
4046│ │ ├── 📁 java/ 📁 org/ 📁 sopt/ 📁 solply_server
4147│ │ │ ├── 📁 domain
48+ │ │ │ │ ├── 📁 admin
4249│ │ │ │ ├── 📁 auth
50+ │ │ │ │ ├── 📁 bookmark
4351│ │ │ │ └── 📁 course
4452│ │ │ │ ├── 📁 controller
4553│ │ │ │ ├── 📁 dto
5664│ │ └── 📁 resources
5765│ └── 📁 test
5866├── 📄 build.gradle
67+ ├── 📄 gradle.properties
5968├── 📄 gradle.dev.properties
60- ├── 📄 radle .prod.properties
69+ ├── 📄 gradle .prod.properties
6170└── 📄 README.md
6271```
63-
64-
65- ## 👥 Developers
66- | ![ Image] ( https://github.com/user-attachments/assets/1d02828d-3ae0-41e9-b6ea-1c7ce6b53f1c ) | ![ Image] ( https://github.com/user-attachments/assets/3a80d313-cc09-487a-ba07-1f893e1f5c6d ) | ![ Image] ( https://github.com/user-attachments/assets/bf85598e-4951-4640-ad10-fcbf601c50f0 ) |
67- | :-------------: | :----------: | :----------: |
68- | [ 신민규] ( https://github.com/uykm ) | [ 배영경] ( https://github.com/bykbyk0401 ) | [ 이지수] ( https://github.com/leejisoo0617 ) |
You can’t perform that action at this time.
0 commit comments