GitHub - ProjectCoco/coco: 🌈 COMMUNITY PROJECT COCO

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Team CoCo

멀버 λ‹΄λ‹Ή κΈ°μˆ μŠ€νƒ 포뢀
κ·Έλž˜ν”„πŸ± λ°±μ—”λ“œ μ˜¬ν•΄μ•ˆμ— μ•±μ„œλΉ„μŠ€ν•˜κΈ°
μ΄μ’…ν˜ΈπŸ¦‰ ν”„λ‘ νŠΈμ—”λ“œ μ›ν”ΌμŠ€ μ™„κ²° 전에 μ˜€ν”ˆμ†ŒμŠ€ μ»¨νŠΈλ¦¬λ·°ν„° 달기
μ •ν˜œμ„ πŸŒž ν”„λ‘ νŠΈμ—”λ“œ JavaScript React μ„±μž₯ν•˜λŠ” 개발자✨
μ •ν™˜λ―ΌπŸŒ™ ν”„λ‘ νŠΈμ—”λ“œ React React Query κΎΈμ€€νžˆ μ„±μž₯ν•˜λŠ” 개발자!!
μ΄λ―Όμš°πŸ’Ž λ°±μ—”λ“œ λͺ¨λ‘μ˜ λ°±μ—”λ“œ 개발자😁

폴더 ꡬ쑰

ν”„λ‘ νŠΈμ—”λ“œ

frontend
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
β”œβ”€β”€ tsconfig.json
└── src
    β”œβ”€β”€ apis
    β”œβ”€β”€ components
    β”œβ”€β”€ dummys
    β”œβ”€β”€ hooks
    β”œβ”€β”€ images
    β”œβ”€β”€ lib
    |   └── types
    β”œβ”€β”€ pages
    └── styles

λ°±μ—”λ“œ

src
β”œβ”€β”€ test
|   └── java
|       └── coco
└── main
    β”œβ”€β”€ java
    |   β”œβ”€β”€ contents
    |   |   β”œβ”€β”€ controller
    |   |   β”œβ”€β”€ domain
    |   |   β”œβ”€β”€ repository
    |   |   └── service
    |   β”œβ”€β”€ user
    |   |   β”œβ”€β”€ controller
    |   |   β”œβ”€β”€ domain
    |   |   β”œβ”€β”€ repository
    |   |   └── service
    |   |   β”œβ”€β”€ jwt
    |   |   └── config
    |   β”œβ”€β”€ WebController
    |   └── CocoApplication
    └── resources

Getting Started

Frontend

μ‹€ν–‰

# development
$ cd frontend
$ npm install
$ npm run start

Backend

μ‹€ν–‰

./gradlew build
java -jar build/libs/coco-*-SNAPSHOT.jar

μ£Όμš”λ¬Έμ„œ