Skip to content

Latest commit

 

History

History
72 lines (59 loc) · 1.83 KB

README.md

File metadata and controls

72 lines (59 loc) · 1.83 KB

🎖 Groupin

취미 모임 생성 웹 사이트, Groupin

in 2022 Summer, SOLUX

Team 송편🍡

Frontend 배지윤
서연송
Backend 윤정인
이은재

🛠 Tech Stack - Backend

  • JAVA 11, Spring Boot 2.6.9 (Build-Tool: Maven)
  • Spring Data JPA, Spring Security
  • Deploy: Heroku, ClearDB(MySQL)
  • CI/CD: Github Actions

📄 API Documentation

API Documentation - Notion


🖇 ERD

Web - lucidchart login required Groupin' ER diagram


⚙️ Project Architecture

Groupin_Project_Architecture_dark


🗂 Project Structure

├── GroupinApplication.java
|
├── User
├── board
├── group
├── mypage
├── review
|
├── handler
├── config
└── util
Details
project structure detail