Peace of Memory 백엔드 레포지토리 입니다.
📦src ┣ 📂controllers ┃ ┣ 📜commentController.js ┃ ┣ 📜groupController.js ┃ ┣ 📜imageController.js ┃ ┗ 📜postController.js ┣ 📂middlewares ┃ ┣ 📜asyncHandler.js ┃ ┗ 📜errorHandler.js ┣ 📂routers ┃ ┣ 📜commentRouters.js ┃ ┣ 📜groupRouters.js ┃ ┣ 📜imageRouters.js ┃ ┣ 📜index.js ┃ ┣ 📜postRouters.js ┃ ┗ 📜testRouters.js ┣ 📂services ┃ ┣ 📜badgeService.js ┃ ┣ 📜commentService.js ┃ ┣ 📜groupService.js ┃ ┗ 📜postService.js ┣ 📂struct ┃ ┣ 📜commentStruct.js ┃ ┣ 📜groupStruct.js ┃ ┗ 📜postStruct.js ┗ 📂util ┃ ┣ 📜dateFormat.js ┃ ┗ 📜passwordUtils.js app.js