Skip to content

oddx-team/jodd

Repository files navigation

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