Code Monkey home page Code Monkey logo

homefoodfighter-server's Introduction

🚧 Structure

📂 HomeFoodFigther
📂 config
├── 📄 baseResponseStatus.js
├── 📄 database.js
├── 📄 express.js
├── 📄 jwtMiddleware.js
├── 📄 response.js
├── 📄 winston.js
📂 src
└── 📂 app
  ├── 📂 Recipe
  ├── 📂 User
  | ├── 📄 userController.js
  | ├── 📄 userDao.js
  | ├── 📄 userProvider.js
  | ├── 📄 userRoute.js
  | └── 📄 userService.js
📄 .gitignore
📄 index.js
📄 package.json
📄 README.md

📜 Commit Message Convention

Commit Type

➕ [ADD] : 코드 추가 및 라이브러리 추가, 새로운 파일 생성
✨ [FEAT] : 새로운 기능 구현
✅ [MOD] : 코드 및 내부 파일 수정
🧱 [CHORE] : 문법 오류 해결, 타입 변경, 파일 이름 변경 등의 사소한 코드 및 파일 수정
🗑 [DEL] : 쓸모없는 코드나 파일 삭제
📄 [DOCS] : README 등의 문서 개정
🚚 [MOVE] : 프로젝트 파일 및 코드 이동
🔀 [MERGE] : 다른 브랜치와의 충돌 해결 후 Merge
♻ [REFACTOR] : 전면 수정
🛠 [SETTING] : 기타 설정

Commit Message

  • [Commit Type] Commit Explanation
    ex ) [FEAT] 회원가입 기능 구현

Pull Request

  • PR 목적 한 문장 정리
  • 피드백 요청 시 원하는 시점, 피드백 방향 명시
  • Lable 태그 달기 (작업중, 이름)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.