Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 602 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 602 Bytes

Made in Vietnam

JOdd

Quick Start

  • Install JDK, Docker, Docker Compose.
  • Run docker-compose up to run MongoDB service.
  • Run ./gradlew run at the top-level.

Workflow

Branch naming:

  • Feature: feature/add-new-button
  • Hotfix: hotfix/fix-bug-abc
  • Improvement: improve/improve-button-abc

Commits:

  • Commit should not capitalize first character, example: migrate to hooks