Skip to content

Neogasogaeseo/Naega-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naega-Server

00 banner

나와 함께한 당신이 대신 써 주는, 나의 소개서
🍄너가소개서

🎈 Main Service

KakaoTalk_Photo_2022-01-21-23-09-16

너가소개서 : 나를 알아갈 수 있는 다양한 질문의 설문 링크를 열고, 친구들의 답변으로 나를 알아가세요.

팀원소개서 : 팀원들과 협업하며 일어난 이슈들을 기록하고 그에 대한 피드백을 주고 받으세요.

마이페이지 : 나에게 많이 나온 키워드로 나를 소개하세요. 나를 잘 표현하는 소개를 Pick해서 마이페이지를 구성하고 링크로 공유해서 주변에 자랑해보세요.


❤️‍🔥 WorkFlow

너가소개서_A2판넬_인쇄용-02


💻 Server Developers

KakaoTalk_Photo_2022-01-21-03-22-16 3 KakaoTalk_Photo_2022-01-19-22-36-58-2
최영재 주어진사랑 허유정
realwhyjay ozzing hujumee

Git Branch Strategy

01strategy_img


Daily Flow

너소서 초기 세팅 정리 002

너소서 초기 세팅 정리 003 너소서 초기 세팅 정리 004 너소서 초기 세팅 정리 005 너소서 초기 세팅 정리 006 너소서 초기 세팅 정리 007


Convention

너소서 초기 세팅 정리 008 너소서 초기 세팅 정리 009 너소서 초기 세팅 정리 010 너소서 초기 세팅 정리 011


Project Foldering

  .env
  .eslintrc.js
  .gitignore
  .prettierrc.js
  index.js
  package.json

├─api
    index.js
  └─routes
        index.js
      ├─auth
        │index.js
      ├─form
        └─answer
             │index.js
      ├─team
        ├─feedback
             │index.js
        ├─issue
             │index.js
        └─member
             │index.js
      └─user
            index.js
          └─keyword
               │index.js

├─config
      dbConfig.js
      firebaseClient.js
      
├─constants
      jwt.js
      responseMessage.js
      statusCode.js
      
├─db
      db.js
      index.js
      
├─lib
      convertSnakeToCamel.js
      jwtHandlers.js
      util.js
      
└─node_modules

Dependencies

"dependencies": {
    "axios": "^0.24.0",
    "busboy": "^0.3.1",
    "cookie-parser": "^1.4.6",
    "cors": "^2.8.5",
    "cross-env": "^7.0.3",
    "crypto": "^1.0.1",
    "dayjs": "^1.10.7",
    "dotenv": "^10.0.0",
    "eslint-config-prettier": "^8.3.0",
    "express": "^4.17.1",
    "firebase": "^9.6.2",
    "firebase-admin": "^9.2.0",
    "firebase-functions": "^3.11.0",
    "fs": "0.0.1-security",
    "helmet": "^4.6.0",
    "hpp": "^0.2.3",
    "jsonwebtoken": "^8.5.1",
    "lodash": "^4.17.21",
    "node-fetch": "^3.1.0",
    "os": "^0.1.2",
    "passport": "^0.5.2",
    "passport-kakao": "^1.0.1",
    "path": "^0.12.7",
    "pg": "^8.7.1",
    "qs": "^6.10.3"
  },

ERD

neogasogaeseo ERD


🛠️ API Doc



2022 Neogasogaeseo Server