-
Notifications
You must be signed in to change notification settings - Fork 4
Directory Structure
yeonwoo edited this page Jul 28, 2023
·
16 revisions
📦client
┣ 📂src
┃ ┣ 📂api
┃ ┣ 📂app
┃ ┣ 📂assets
┃ ┣ 📂components
┃ ┣ 📂lib
┃ ┣ 📂redux
┃ ┃ ┗ 📂features
┃ ┗ 📂styles
┣ .eslintrc.json
┣ .gitignore
┣ .prettierrc.json
┣ next.config.js
┣ package-lock.json
┣ package.json
┗ tsconfig.json
📦server
┣ 📂gradle/wrapper
┣ 📂src
┃ ┣ 📂main
┃ ┃ ┣ 📂java/com/moovda_project/moovda
┃ ┃ ┃ ┣ 📂global
┃ ┃ ┃ ┃ ┣ 📂audit
┃ ┃ ┃ ┃ ┣ 📂auth
┃ ┃ ┃ ┃ ┣ 📂dto
┃ ┃ ┃ ┃ ┣ 📂exception
┃ ┃ ┃ ┃ ┗ 📂response
┃ ┃ ┃ ┣ 📂module
┃ ┃ ┃ ┃ ┣ 📂answer
┃ ┃ ┃ ┃ ┣ 📂comment
┃ ┃ ┃ ┃ ┣ 📂genre
┃ ┃ ┃ ┃ ┣ 📂like
┃ ┃ ┃ ┃ ┣ 📂member
┃ ┃ ┃ ┃ ┣ 📂movie
┃ ┃ ┃ ┃ ┣ 📂question
┃ ┃ ┃ ┃ ┣ 📂staff
┃ ┃ ┃ ┃ ┗ 📂watch
┃ ┃ ┗ 📂resources
┃ ┗ 📂test/java/moovda_project/moovda
┣ .gitignore
┣ build.gradle
┣ gradlew
┣ gradlew.bat
┗ settings.gradle