Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.17 KB

File metadata and controls

46 lines (37 loc) · 1.17 KB

주라벨 프론트

라우트 구조

[view]
(auth)
카카오, 구글 로그인: /
회원가입: register/agreement -> name -> detail

시음노트: /share/note
시음노트 검색: /share/note/search
시음노트 작성: /share/note/write
시음노트 상세페이지 /share/note/[id]

일상생활: /share/life
일상생활 작성: /share/life/write
일상생활 상세 페이지: /share/life/[dailylifeId]

전통주 검색: /search
내 공간: /user/profile/[id]
다른 유저 검색: /user/search
장터: /shop
알림: /notification

public 경로

public(png -> images, svg -> svg)
Images, svg

기술 스택

역할 종류
Node 22.4.0
Typescript 5.5.4
framework Next.js 14
package manager pnpm
styling tailwindcss
fetching tanstack query, axios
formatting eslint, prettier
deploy vercel
test jest, playwright