Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 814 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 814 Bytes

Moment project

Todo List on login

  1. Implement Social login - kakao
  2. Link kakao social login with front and token access
  3. Implement saving return value of social login user to database

Git Commit Message Type

  • feat : Adding new features, modifying existing features to meet requirements.
  • fix : Fixing bugs related to features.
  • build : Making changes related to the build process.
  • chore : Making changes to package managers or other miscellaneous changes.
  • ci : Modifying CI (Continuous Integration) related settings.
  • docs : Modifying documentation or comments.
  • style : Making changes related to code style and formatting.
  • refactor : Refactoring code without changing functionality (e.g., renaming variables).
  • test : Adding or modifying test code.
  • release : Releasing a new version.